set recovery mode false in tests

This commit is contained in:
Amit Kumar
2025-03-10 19:54:54 +00:00
parent ad4e0041a5
commit 6c62660040

View File

@@ -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