Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Disabled flaky test: testLongMulOverflow
  • Loading branch information
dtim committed Jun 28, 2022
commit fa9e67bc2b2d33fde9b1285b7fc18a727a07dd18
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ internal class OverflowAsErrorTest : AbstractTestCaseGeneratorTest(
}

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