Skip to content

Commit

Permalink
skip destination tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaFaer committed Feb 7, 2024
1 parent 96fa828 commit 9b8213c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/load/filesystem/test_filesystem_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ def test_filesystem_destination_configuration() -> None:
@pytest.mark.parametrize("layout", ALL_LAYOUTS)
def test_successful_load(write_disposition: str, layout: str, default_buckets_env: str) -> None:
"""Test load is successful with an empty destination dataset"""
if default_buckets_env.startswith("gdrive://"):
pytest.skip("GDrive is not supported for this test")

if layout:
os.environ["DESTINATION__FILESYSTEM__LAYOUT"] = layout
else:
Expand Down

0 comments on commit 9b8213c

Please sign in to comment.