We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915e31f commit d5c85faCopy full SHA for d5c85fa
usvm-ts/src/test/kotlin/org/usvm/samples/operators/Add.kt
@@ -1,6 +1,7 @@
1
package org.usvm.samples.operators
2
3
import org.jacodb.ets.model.EtsScene
4
+import org.junit.jupiter.api.Disabled
5
import org.usvm.api.TsTestValue
6
import org.usvm.util.TsMethodTestRunner
7
import org.usvm.util.toDouble
@@ -75,6 +76,7 @@ class Add : TsMethodTestRunner() {
75
76
)
77
}
78
79
+ @Disabled("Flaky test, see https://github.com/UnitTestBot/usvm/issues/310")
80
@Test
81
fun `add unknown values`() {
82
val method = getMethod(className, "addUnknownValues")
0 commit comments