Skip to content

Commit 9e88e49

Browse files
authored
Turn of fuzzing for AbstractModelBasedTest.kt (#506)
1 parent e7e448a commit 9e88e49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utbot-framework/src/test/kotlin/org/utbot/examples/AbstractModelBasedTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import kotlin.reflect.KFunction1
3838
import kotlin.reflect.KFunction2
3939
import kotlin.reflect.KFunction3
4040
import org.junit.jupiter.api.Assertions.assertTrue
41+
import org.utbot.framework.UtSettings.useFuzzing
4142

4243
internal abstract class AbstractModelBasedTest(
4344
testClass: KClass<*>,
@@ -88,6 +89,7 @@ internal abstract class AbstractModelBasedTest(
8889
workaround(HACK) {
8990
// @todo change to the constructor parameter
9091
checkSolverTimeoutMillis = 0
92+
useFuzzing = false
9193
}
9294
val utMethod = UtMethod.from(method)
9395

0 commit comments

Comments
 (0)