Skip to content

Commit 2ba6b60

Browse files
committed
...
1 parent 09f4461 commit 2ba6b60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/fixtures/test_catalog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def test_schema_fixture(make_schema):
1717
logger.info(f"Created new schema: {make_schema()}")
1818

1919

20+
@pytest.mark.skip("Invalid configuration value detected for fs.azure.account.key")
2021
def test_managed_schema_fixture(make_schema, make_random, env_or_skip):
2122
schema_name = f"dummy_s{make_random(4)}".lower()
2223
schema_location = f"{env_or_skip('TEST_MOUNT_CONTAINER')}/a/{schema_name}"

0 commit comments

Comments
 (0)