From 2ba6b6091c5a829a6a1d3703af29edd06bd569ad Mon Sep 17 00:00:00 2001 From: Serge Smertin Date: Fri, 15 Nov 2024 13:40:45 +0100 Subject: [PATCH] ... --- tests/integration/fixtures/test_catalog.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/fixtures/test_catalog.py b/tests/integration/fixtures/test_catalog.py index 957660f..1f18986 100644 --- a/tests/integration/fixtures/test_catalog.py +++ b/tests/integration/fixtures/test_catalog.py @@ -17,6 +17,7 @@ def test_schema_fixture(make_schema): logger.info(f"Created new schema: {make_schema()}") +@pytest.mark.skip("Invalid configuration value detected for fs.azure.account.key") def test_managed_schema_fixture(make_schema, make_random, env_or_skip): schema_name = f"dummy_s{make_random(4)}".lower() schema_location = f"{env_or_skip('TEST_MOUNT_CONTAINER')}/a/{schema_name}"