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 7ed7682 commit 900a676Copy full SHA for 900a676
test/integ/test_cursor.py
@@ -699,6 +699,7 @@ def test_geometry(conn_cnx):
699
assert row in expected_data
700
701
702
+@pytest.mark.skip(reason="Skip until Snowflake 9.4 is released") # TODO: SNOW-1949054
703
@pytest.mark.skipolddriver
704
def test_file(conn_cnx):
705
"""Variant including JSON object."""
0 commit comments