Skip to content

Commit d5c85fa

Browse files
committed
Disable flaky test
#310
1 parent 915e31f commit d5c85fa

File tree

1 file changed

+2
-0
lines changed
  • usvm-ts/src/test/kotlin/org/usvm/samples/operators

1 file changed

+2
-0
lines changed

usvm-ts/src/test/kotlin/org/usvm/samples/operators/Add.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package org.usvm.samples.operators
22

33
import org.jacodb.ets.model.EtsScene
4+
import org.junit.jupiter.api.Disabled
45
import org.usvm.api.TsTestValue
56
import org.usvm.util.TsMethodTestRunner
67
import org.usvm.util.toDouble
@@ -75,6 +76,7 @@ class Add : TsMethodTestRunner() {
7576
)
7677
}
7778

79+
@Disabled("Flaky test, see https://github.com/UnitTestBot/usvm/issues/310")
7880
@Test
7981
fun `add unknown values`() {
8082
val method = getMethod(className, "addUnknownValues")

0 commit comments

Comments
 (0)