Skip to content

Commit

Permalink
test: add pending message for skipping macos
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 11, 2021
1 parent bb2eefc commit 724f538
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/auto-languageclient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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
}

Expand Down

0 comments on commit 724f538

Please sign in to comment.