From b59ba6ab1ed35631b17ac914bfceeea588d67ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20L=C3=BCtke?= Date: Sat, 16 May 2026 17:32:45 +0000 Subject: [PATCH] test: keep cleanup lifecycle regression portable --- test/cli-exit-lifecycle.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cli-exit-lifecycle.test.ts b/test/cli-exit-lifecycle.test.ts index b9328ed..8558596 100644 --- a/test/cli-exit-lifecycle.test.ts +++ b/test/cli-exit-lifecycle.test.ts @@ -11,6 +11,7 @@ describe("CLI successful-exit lifecycle", () => { await finishSuccessfulCliCommand({ command: "query", format: "json", + platform: "linux", cleanup: async () => { throw new Error("ggml_metal_device_free abort simulation"); },