From c7958015a9854b306f96f88ebf1c39752e73a999 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Fri, 20 Dec 2024 16:05:29 -0600 Subject: [PATCH] Unreliable test needs to be skipped --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index f6ac39d..72a0638 100644 --- a/test/test.js +++ b/test/test.js @@ -544,7 +544,7 @@ test("Keep a cache, don’t reuse with if the image changes, check promise equal t.not(promise1, promise2); }); -let method = os.platform() === "win32" && process.env.GITHUB_ACTIONS ? test.failing : test; +let method = os.platform() === "win32" && process.env.GITHUB_ACTIONS ? test.skip : test; method("Keep a cache, don’t reuse with if the image changes, check output", async t => { let outputPathTemp = "./test/generated-modify2-bio.jpg";