From 6a916b4001e83b7875a08d298a9d45af5180b49a Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Fri, 11 Oct 2024 08:48:25 +0200 Subject: [PATCH] chore: retry bsp-error test in mac, it seems tests that use watch files are less reliable there --- tests/unit/src/test/scala/tests/BspStatusSuite.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/src/test/scala/tests/BspStatusSuite.scala b/tests/unit/src/test/scala/tests/BspStatusSuite.scala index 7296bbdcf0f..619fcfe93a4 100644 --- a/tests/unit/src/test/scala/tests/BspStatusSuite.scala +++ b/tests/unit/src/test/scala/tests/BspStatusSuite.scala @@ -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()