Skip to content

Commit 183b642

Browse files
committed
Temporarily disabled StringExamplesTest.testByteToString as flaky
1 parent fe736fc commit 183b642

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ internal class StringExamplesTest : UtValueTestCaseChecker(
2626
)
2727
) {
2828
@Test
29+
@Disabled("Flaky test: https://github.com/UnitTestBot/UTBotJava/issues/131 (will be enabled in new strings PR)")
2930
fun testByteToString() {
3031
// TODO related to the https://github.com/UnitTestBot/UTBotJava/issues/131
3132
withSolverTimeoutInMillis(5000) {

0 commit comments

Comments
 (0)