Skip to content

Commit

Permalink
HACK: disable show boot again
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdsimons committed Sep 24, 2023
1 parent 7b5ec9b commit 9d4ad89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func CreateMachine(t *testing.T) *Machine {
machine, err := NewMachineWithBackend(backendName)
require.Nil(t, err)
machine.SetNumCPUs(2)
machine.SetShowBoot(true)
//machine.SetShowBoot(true)

return machine
}
Expand Down

0 comments on commit 9d4ad89

Please sign in to comment.