Skip to content

Commit d7e0811

Browse files
committed
Rename test to indicate its lxd specific
1 parent a79d0e2 commit d7e0811

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/integration/test_model.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,8 @@ async def test_list_storage(event_loop):
12001200

12011201
@base.bootstrapped
12021202
@pytest.mark.asyncio
1203-
async def test_storage_pools(event_loop):
1203+
async def test_storage_pools_on_lxd(event_loop):
1204+
# This will fail when ran on anything but lxd
12041205
async with base.CleanModel() as model:
12051206
await model.deploy('postgresql')
12061207
await model.wait_for_idle(status="active")

0 commit comments

Comments
 (0)