diff --git a/tests/load/test_iceberg.py b/tests/load/test_iceberg.py index 35f4996ecd..f9cb891fbc 100644 --- a/tests/load/test_iceberg.py +++ b/tests/load/test_iceberg.py @@ -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"