Skip to content

Commit 1f9b6b3

Browse files
committed
Run the test only if we have a bootstrapped environment
1 parent 8092fa1 commit 1f9b6b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/test_machine.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ async def test_status():
3939
timeout=480)
4040

4141

42+
@base.bootstrapped
4243
async def test_machine_ssh():
4344
async with base.CleanModel() as model:
4445
machine: Machine = await model.add_machine()

0 commit comments

Comments
 (0)