Skip to content

Commit

Permalink
Skip test_snowflake until fixed (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger authored Feb 13, 2024
1 parent de7673b commit 3c8571f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/workflows/test_snowflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

pytestmark = pytest.mark.workflows

pytest.skip(
reason="https://github.com/coiled/benchmarks/issues/1341", allow_module_level=True
)

pytest.importorskip("dask_snowflake")
pytest.importorskip("sqlalchemy")

Expand Down

0 comments on commit 3c8571f

Please sign in to comment.