Skip to content

Commit

Permalink
Revert "Comment python flaky test"
Browse files Browse the repository at this point in the history
This reverts commit 1e50b4a.
  • Loading branch information
alexandreyc committed May 22, 2024
1 parent 0bd4ed6 commit 6b1a4e7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions python/adbc_driver_flightsql/tests/test_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@ def test_query_error_getflightinfo(test_dbapi):
cur.adbc_execute_partitions("error_get_flight_info")


# TODO: fix this flaky test (EOF error)
# 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,)])
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,)])

0 comments on commit 6b1a4e7

Please sign in to comment.