Skip to content

Commit 121fab6

Browse files
roypatbchalios
authored andcommitted
test: remove unneeded assert on vm.state
`vm.start()` already asserts `vm.state == "Running"`, so no need to do it again at the callsite. Signed-off-by: Patrick Roy <[email protected]>
1 parent 29f66dd commit 121fab6

File tree

1 file changed

+0
-2
lines changed
  • tools/create_snapshot_artifact

1 file changed

+0
-2
lines changed

tools/create_snapshot_artifact/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ def main():
120120
)
121121

122122
vm.start()
123-
# Ensure the microVM has started.
124-
assert vm.state == "Running"
125123

126124
# Populate MMDS.
127125
data_store = {

0 commit comments

Comments
 (0)