We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
testIsValidUuid
1 parent 64bb2f5 commit dc0985dCopy full SHA for dc0985d
utbot-framework-test/src/test/kotlin/org/utbot/examples/strings/StringExamplesTest.kt
@@ -251,6 +251,7 @@ internal class StringExamplesTest : UtValueTestCaseChecker(
251
}
252
253
@Test
254
+ @Disabled("Flaky on GitHub: https://github.com/UnitTestBot/UTBotJava/issues/1004")
255
fun testIsValidUuid() {
256
val pattern = Regex("[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}")
257
check(
0 commit comments