Skip to content

Commit

Permalink
test(snowflake): disable test for broken upstream COPY from bytes f…
Browse files Browse the repository at this point in the history
…unctionality
  • Loading branch information
cpcloud committed Dec 16, 2024
1 parent dbe43cf commit c7b5fb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ibis/backends/tests/test_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,11 @@ def test_memtable_column_naming_mismatch(con, monkeypatch, df, columns):
@pytest.mark.notyet(
["mssql", "mysql", "exasol", "impala"], reason="various syntax errors reported"
)
@pytest.mark.notyet(
["snowflake"],
reason="unable to handle the varbinary geometry column",
raises=SnowflakeProgrammingError,
)
def test_memtable_from_geopandas_dataframe(con, data_dir):
gpd = pytest.importorskip("geopandas")
gdf = gpd.read_file(data_dir / "geojson" / "zones.geojson")[:5]
Expand Down

0 comments on commit c7b5fb9

Please sign in to comment.