Skip to content

Commit 0ad1ae1

Browse files
committed
Skip tests for detach_storage and attach_storage
These seem to work inconsistently on Juju's side, we're currently investigating, possibly a launchpad bug is coming, so let's skip the tests for these at the moment
1 parent 52c4153 commit 0ad1ae1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/test_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,7 @@ async def test_add_storage(event_loop):
10671067
@base.bootstrapped
10681068
@pytest.mark.asyncio
10691069
async def test_detach_storage(event_loop):
1070+
pytest.skip('detach/attach_storage inconsistent on Juju side, unable to test')
10701071
async with base.CleanModel() as model:
10711072
app = await model.deploy('postgresql')
10721073
await model.wait_for_idle(status="active")

0 commit comments

Comments
 (0)