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 eba7ff4 commit f734c96Copy full SHA for f734c96
utbot-framework-test/src/test/kotlin/org/utbot/examples/lambda/PredicateNotExampleTest.kt
@@ -1,11 +1,13 @@
1
package org.utbot.examples.lambda
2
3
+import org.junit.jupiter.api.Disabled
4
import org.junit.jupiter.api.Test
5
import org.utbot.testcheckers.eq
6
import org.utbot.tests.infrastructure.UtValueTestCaseChecker
7
8
class PredicateNotExampleTest : UtValueTestCaseChecker(testClass = PredicateNotExample::class) {
9
@Test
10
+ @Disabled("TODO flaky 0 executions at GitHub runners https://github.com/UnitTestBot/UTBotJava/issues/999")
11
fun testPredicateNotExample() {
12
check(
13
PredicateNotExample::predicateNotExample,
0 commit comments