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.
StringExamplesTest.testByteToString
1 parent fe736fc commit 183b642Copy full SHA for 183b642
utbot-framework/src/test/kotlin/org/utbot/examples/strings/StringExamplesTest.kt
@@ -26,6 +26,7 @@ internal class StringExamplesTest : UtValueTestCaseChecker(
26
)
27
) {
28
@Test
29
+ @Disabled("Flaky test: https://github.com/UnitTestBot/UTBotJava/issues/131 (will be enabled in new strings PR)")
30
fun testByteToString() {
31
// TODO related to the https://github.com/UnitTestBot/UTBotJava/issues/131
32
withSolverTimeoutInMillis(5000) {
0 commit comments