Skip to content

Commit b0f8dcd

Browse files
committed
Disable testIsValidUuid as flaky
This test is not flaky per se, but it often fails on GitHub (probably some resource issue with Z3).
1 parent f734c96 commit b0f8dcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utbot-framework-test/src/test/kotlin/org/utbot/examples/strings/StringExamplesTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ internal class StringExamplesTest : UtValueTestCaseChecker(
251251
}
252252

253253
@Test
254+
@Disabled("Flaky on GitHub: https://github.com/UnitTestBot/UTBotJava/issues/1004")
254255
fun testIsValidUuid() {
255256
val pattern = Regex("[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}")
256257
check(

0 commit comments

Comments
 (0)