Skip to content

Commit

Permalink
Run the test only if we have a bootstrapped environment
Browse files Browse the repository at this point in the history
  • Loading branch information
cderici committed Mar 5, 2024
1 parent 8092fa1 commit 1f9b6b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ async def test_status():
timeout=480)


@base.bootstrapped
async def test_machine_ssh():
async with base.CleanModel() as model:
machine: Machine = await model.add_machine()
Expand Down

0 comments on commit 1f9b6b3

Please sign in to comment.