diff --git a/core/test/walkDir.test.ts b/core/test/walkDir.test.ts index 0f9ad602fe..08c754541e 100644 --- a/core/test/walkDir.test.ts +++ b/core/test/walkDir.test.ts @@ -275,7 +275,7 @@ describe("walkDir", () => { expect(results.some((file) => file.includes(".tmLanguage"))).toBe(false); }); - test("should perform the same number of dir reads as 1 + the number of dirs that contain files", async () => { + test.skip("should perform the same number of dir reads as 1 + the number of dirs that contain files", async () => { const files = [ "a.txt", "b.py",