mirror of
https://github.com/trycua/computer.git
synced 2026-01-08 06:20:00 -06:00
set recovery mode false in tests
This commit is contained in:
@@ -95,7 +95,7 @@ func testVMRunAndStop() async throws {
|
||||
|
||||
// Test running VM
|
||||
let runTask = Task {
|
||||
try await vm.run(noDisplay: false, sharedDirectories: [], mount: nil, vncPort: 0)
|
||||
try await vm.run(noDisplay: false, sharedDirectories: [], mount: nil, vncPort: 0, recoveryMode: false)
|
||||
}
|
||||
|
||||
// Give the VM time to start
|
||||
|
||||
Reference in New Issue
Block a user