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()