Disable flaky statistical benchmark tests for source sections plugin and JSR 223
This commit is contained in:
+3
-1
@@ -127,7 +127,9 @@ obj
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
// Note: the test is flaky, because it is statistical and the thresholds are not big enough.
|
||||
// Therefore it was decided to disable it, but leave in the code in order to be able to quickly check overheads when needed.
|
||||
// @Test
|
||||
fun testEvalInEvalBench() {
|
||||
val engine = ScriptEngineManager().getEngineByExtension("kts")!!
|
||||
|
||||
|
||||
+3
-1
@@ -158,7 +158,9 @@ obj
|
||||
Assert.assertEquals(7, res3)
|
||||
}
|
||||
|
||||
@Test
|
||||
// Note: the test is flaky, because it is statistical and the thresholds are not big enough.
|
||||
// Therefore it was decided to disable it, but leave in the code in order to be able to quickly check overheads when needed.
|
||||
// @Test
|
||||
fun testEvalInEvalBench() {
|
||||
val engine = ScriptEngineManager().getEngineByExtension("kts")!!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user