Skip to content

Commit dc0985d

Browse files
authored
Disable testIsValidUuid as flaky (#1005)
This test is not flaky per se, but it often fails on GitHub (probably some resource issue with Z3).
1 parent 64bb2f5 commit dc0985d

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)