Skip to content

Commit 89b0dd8

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-119349: Running out of range timestamp tests on all platform
1 parent f1a17b5 commit 89b0dd8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/test_cursor.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -836,10 +836,6 @@ def test_close_twice(conn_testaccount):
836836
conn_testaccount.close()
837837

838838

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-
""")
843839
def test_fetch_out_of_range_timestamp_value(conn):
844840
for result_format in ['arrow', 'json']:
845841
with conn() as cnx:

0 commit comments

Comments
 (0)