From 6c626600408c64c8fce2bf97786333fbc08437f0 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Mon, 10 Mar 2025 19:54:54 +0000 Subject: [PATCH] set recovery mode false in tests --- tests/VMTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/VMTests.swift b/tests/VMTests.swift index 50961a9a..09a56e06 100644 --- a/tests/VMTests.swift +++ b/tests/VMTests.swift @@ -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