We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a17b5 commit 89b0dd8Copy full SHA for 89b0dd8
test/test_cursor.py
@@ -836,10 +836,6 @@ def test_close_twice(conn_testaccount):
836
conn_testaccount.close()
837
838
839
-@pytest.mark.skipif(not platform.startswith('linux'), reason="""
840
-Running tests only in linux env. Once 3.52.2 is deployed to preprod2,
841
-we can remove this skip and running this tests on all platform
842
-""")
843
def test_fetch_out_of_range_timestamp_value(conn):
844
for result_format in ['arrow', 'json']:
845
with conn() as cnx:
0 commit comments