From 724f538aa639ea1b06d78c79e277038350b09ab1 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Fri, 11 Jun 2021 16:27:07 -0500 Subject: [PATCH] test: add pending message for skipping macos --- test/auto-languageclient.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/auto-languageclient.test.ts b/test/auto-languageclient.test.ts index e4d2bcca..5eba0b25 100644 --- a/test/auto-languageclient.test.ts +++ b/test/auto-languageclient.test.ts @@ -45,6 +45,7 @@ describe("AutoLanguageClient", () => { it("returns the project path when a file of that project is open", async () => { // macos has issues with handling too much resources if (process.platform === "darwin") { + pending("skipped on macos") return } const client = setupClient() @@ -63,6 +64,7 @@ describe("AutoLanguageClient", () => { it("returns the project path for an external file if it is in additional paths", async () => { // macos has issues with handling too much resources if (process.platform === "darwin") { + pending("skipped on macos") return }