Skip to content

Commit 900a676

Browse files
SNOW-1949003: Skip test until Snowflake 9.4 release (#2185)
1 parent 7ed7682 commit 900a676

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integ/test_cursor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ def test_geometry(conn_cnx):
699699
assert row in expected_data
700700

701701

702+
@pytest.mark.skip(reason="Skip until Snowflake 9.4 is released") # TODO: SNOW-1949054
702703
@pytest.mark.skipolddriver
703704
def test_file(conn_cnx):
704705
"""Variant including JSON object."""

0 commit comments

Comments
 (0)