Skip to content

Commit

Permalink
Merge pull request #2561 from tgodzik/mark-flaky
Browse files Browse the repository at this point in the history
chore: Mark 'restarted session does not contain JDI output' as flaky
  • Loading branch information
tgodzik authored Jan 9, 2025
2 parents 490d9bc + fe4f16f commit 2418d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/test/scala/bloop/dap/DebugProtocolSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2418d4b

Please sign in to comment.