From e199bd1d1ea795d78ceae5c76ddd742769945203 Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 28 Sep 2023 21:04:20 +0200 Subject: [PATCH] disable tests --- tests/load/test_iceberg.py | 5 +++++ 1 file changed, 5 insertions(+) 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"