lidavidm commented on code in PR #1803:
URL: https://github.com/apache/arrow-adbc/pull/1803#discussion_r1599211098


##########
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:
   Ah that's right, CI runs with a plugin that prevents us from accidentally 
skipping tests.
   
   @zeroshade this is still outstanding.
   
   I would just ignore the test for now.



-- 
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]

Reply via email to