We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79d0e2 commit d7e0811Copy full SHA for d7e0811
1 file changed
tests/integration/test_model.py
@@ -1200,7 +1200,8 @@ async def test_list_storage(event_loop):
1200
1201
@base.bootstrapped
1202
@pytest.mark.asyncio
1203
-async def test_storage_pools(event_loop):
+async def test_storage_pools_on_lxd(event_loop):
1204
+ # This will fail when ran on anything but lxd
1205
async with base.CleanModel() as model:
1206
await model.deploy('postgresql')
1207
await model.wait_for_idle(status="active")
0 commit comments