Skip to content

Commit f734c96

Browse files
authored
Disabled testPredicateNotExample (#1000)
1 parent eba7ff4 commit f734c96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utbot-framework-test/src/test/kotlin/org/utbot/examples/lambda/PredicateNotExampleTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
package org.utbot.examples.lambda
22

3+
import org.junit.jupiter.api.Disabled
34
import org.junit.jupiter.api.Test
45
import org.utbot.testcheckers.eq
56
import org.utbot.tests.infrastructure.UtValueTestCaseChecker
67

78
class PredicateNotExampleTest : UtValueTestCaseChecker(testClass = PredicateNotExample::class) {
89
@Test
10+
@Disabled("TODO flaky 0 executions at GitHub runners https://github.com/UnitTestBot/UTBotJava/issues/999")
911
fun testPredicateNotExample() {
1012
check(
1113
PredicateNotExample::predicateNotExample,

0 commit comments

Comments
 (0)