Skip to content

Commit fa3ef8d

Browse files
committed
Disabled flaky test: testLongMulOverflow
1 parent 7242bb5 commit fa3ef8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utbot-framework/src/test/kotlin/org/utbot/examples/math/OverflowAsErrorTest.kt

+1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ internal class OverflowAsErrorTest : AbstractTestCaseGeneratorTest(
211211
}
212212

213213
@Test
214+
@Disabled("Flaky branch count mismatch (1 instead of 2)")
214215
fun testLongMulOverflow() {
215216
// This test has solver timeout.
216217
// Reason: softConstraints, containing limits for Int values, hang solver.

0 commit comments

Comments
 (0)