Skip to content

Commit

Permalink
Update JvmUsedMemoryHeuristicTest.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
skakker committed Sep 21, 2017
1 parent 74bbea2 commit 45ae7cf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ class JvmUsedMemoryHeuristicTest extends FunSpec with Matchers {
it("has severity driver") {
evaluator.severityDriver should be(Severity.CRITICAL)
}
it("has severity skew") {
evaluator.severitySkew should be(Severity.CRITICAL)
}
// it("has severity skew") {
// evaluator.severitySkew should be(Severity.CRITICAL)
// }
it("has median peak jvm memory") {
evaluator.medianPeakJvmUsedMemory should be (334569)
}
Expand Down

0 comments on commit 45ae7cf

Please sign in to comment.