Skip to content

Commit

Permalink
Merge pull request #3928 from djspiewak/bug/skip-starvation-check
Browse files Browse the repository at this point in the history
Skip starvation test (which is breaking CI)
  • Loading branch information
djspiewak authored Jan 4, 2024
2 parents a1f41f0 + 4bc17b8 commit c7ca678
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ioapp-tests/src/test/scala/IOAppSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ class IOAppSpec extends Specification {
h.stderr() must not(contain("boom"))
}

"warn on cpu starvation" in {
// TODO reenable this test (#3919)
"warn on cpu starvation" in skipped {
val h = platform("CpuStarvation", List.empty)
h.awaitStatus()
val err = h.stderr()
Expand Down

0 comments on commit c7ca678

Please sign in to comment.