Skip to content

Commit

Permalink
disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Sep 28, 2023
1 parent 26f9e41 commit e199bd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/load/test_iceberg.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@

from tests.load.pipeline.utils import destinations_configs, DestinationTestConfiguration

from tests.utils import skip_if_not_active

skip_if_not_active("athena")


def test_iceberg() -> None:

os.environ['DESTINATION__FILESYSTEM__BUCKET_URL'] = "s3://dlt-ci-test-bucket"
Expand Down

0 comments on commit e199bd1

Please sign in to comment.