Skip to content

Commit

Permalink
test(flink): mark test_examples.py notimpl
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Aug 22, 2023
1 parent 5691e93 commit 8b16bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
reason="nix on linux cannot download duckdb extensions or data due to sandboxing",
raises=OSError,
)
@pytest.mark.notimpl(["dask", "datafusion", "pyspark"])
@pytest.mark.notimpl(["dask", "datafusion", "pyspark", "flink"])
@pytest.mark.notyet(["bigquery", "clickhouse", "druid", "impala", "mssql", "trino"])
@pytest.mark.parametrize(
("example", "columns"),
Expand Down

0 comments on commit 8b16bde

Please sign in to comment.