We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f4461 commit 2ba6b60Copy full SHA for 2ba6b60
tests/integration/fixtures/test_catalog.py
@@ -17,6 +17,7 @@ def test_schema_fixture(make_schema):
17
logger.info(f"Created new schema: {make_schema()}")
18
19
20
+@pytest.mark.skip("Invalid configuration value detected for fs.azure.account.key")
21
def test_managed_schema_fixture(make_schema, make_random, env_or_skip):
22
schema_name = f"dummy_s{make_random(4)}".lower()
23
schema_location = f"{env_or_skip('TEST_MOUNT_CONTAINER')}/a/{schema_name}"
0 commit comments