From fe4f16fa2e1280b6a4c13322b6029f8310bb1d4f Mon Sep 17 00:00:00 2001 From: tgodzik Date: Thu, 9 Jan 2025 11:54:14 +0100 Subject: [PATCH] chore: Mark 'restarted session does not contain JDI output' as flaky It seems to be very fragile and we get a lot of additional things printed out. --- frontend/src/test/scala/bloop/dap/DebugProtocolSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/test/scala/bloop/dap/DebugProtocolSpec.scala b/frontend/src/test/scala/bloop/dap/DebugProtocolSpec.scala index d58cebb64a..9de068c325 100644 --- a/frontend/src/test/scala/bloop/dap/DebugProtocolSpec.scala +++ b/frontend/src/test/scala/bloop/dap/DebugProtocolSpec.scala @@ -46,7 +46,7 @@ object DebugProtocolSpec extends DebugBspBaseSuite { } // when the session detaches from the JVM, the JDI once again writes to the standard output - test("restarted session does not contain JDI output") { + flakyTest("restarted session does not contain JDI output", 3) { TestUtil.withinWorkspace { workspace => val main = """|/main/scala/Main.scala