From c13bc986c7ce3b1593926825aa3336c7312e4950 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 13 Apr 2022 10:47:11 -0700 Subject: [PATCH] fix: skip flaky update test --- test/unit/node/update.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/unit/node/update.test.ts b/test/unit/node/update.test.ts index d2f62531a73c..5690217b72c7 100644 --- a/test/unit/node/update.test.ts +++ b/test/unit/node/update.test.ts @@ -122,7 +122,8 @@ describe("update", () => { spy = [] }) - it("should get the latest", async () => { + // TODO@jsjoeio: rewrite this test so it's not flaky + it.skip("should get the latest", async () => { version = "2.1.0" const p = provider()