Skip to content

Commit

Permalink
chore: retry bsp-error test in mac, it seems tests that use watch fil…
Browse files Browse the repository at this point in the history
…es are less reliable there
  • Loading branch information
tgodzik committed Oct 11, 2024
1 parent 89a545f commit 6a916b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/src/test/scala/tests/BspStatusSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class BspStatusSuite extends BaseLspSuite("bsp-status-suite") {
assertEquals(client.status, "some other other text")
}

test("bsp-error") {
test("bsp-error", maxRetry = { if (isMacOS) 3 else 0 }) {
cleanWorkspace()
Bill.installWorkspace(workspace.resolve("billWorkspace"), "Bill")
def bloopReports = server.server.reports.bloop.getReports()
Expand Down

0 comments on commit 6a916b4

Please sign in to comment.