Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx committed Nov 15, 2024
1 parent 09f4461 commit 2ba6b60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/fixtures/test_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 2ba6b60

Please sign in to comment.