diff --git a/utbot-framework-test/src/test/kotlin/org/utbot/examples/lambda/PredicateNotExampleTest.kt b/utbot-framework-test/src/test/kotlin/org/utbot/examples/lambda/PredicateNotExampleTest.kt index f57ac5359b..659b6a63cc 100644 --- a/utbot-framework-test/src/test/kotlin/org/utbot/examples/lambda/PredicateNotExampleTest.kt +++ b/utbot-framework-test/src/test/kotlin/org/utbot/examples/lambda/PredicateNotExampleTest.kt @@ -1,11 +1,13 @@ package org.utbot.examples.lambda +import org.junit.jupiter.api.Disabled import org.junit.jupiter.api.Test import org.utbot.testcheckers.eq import org.utbot.tests.infrastructure.UtValueTestCaseChecker class PredicateNotExampleTest : UtValueTestCaseChecker(testClass = PredicateNotExample::class) { @Test + @Disabled("TODO flaky 0 executions at GitHub runners https://github.com/UnitTestBot/UTBotJava/issues/999") fun testPredicateNotExample() { check( PredicateNotExample::predicateNotExample,