alexandreyc commented on code in PR #1803:
URL: https://github.com/apache/arrow-adbc/pull/1803#discussion_r1598469493
##########
python/adbc_driver_flightsql/tests/test_errors.py:
##########
@@ -184,9 +184,3 @@ def test_query_error_getflightinfo(test_dbapi):
),
):
cur.adbc_execute_partitions("error_get_flight_info")
-
-
-def test_stateless_prepared_statement(test_dbapi) -> None:
- with test_dbapi.cursor() as cur:
- cur.adbc_prepare("stateless_prepared_statement")
- cur.execute("stateless_prepared_statement", parameters=[(1,)])
Review Comment:
I've tried to add `@pytest.mark.skip` on top of the failing test function
but I got `Forbidden skipped test`. Is there any global config that forbid
skipping tests?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]