Skip to content

Commit 765da9a

Browse files
Disable flaky test in summaries (#2019)
1 parent ec17a8b commit 765da9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utbot-summary-tests/src/test/kotlin/math/SummaryOfMathTest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class SummaryOfMathTest : SummaryTestCaseGeneratorTest(
1818
Stats::class,
1919
) {
2020
@Test
21-
@Disabled
21+
@Disabled("Test fails, https://github.com/UnitTestBot/UTBotJava/issues/826")
2222
fun testOfInts() {
2323
val summary1 = "Test calls {@link guava.examples.math.StatsAccumulator#addAll(int[])},\n" +
2424
" there it triggers recursion of addAll once, \n" +
@@ -86,6 +86,7 @@ class SummaryOfMathTest : SummaryTestCaseGeneratorTest(
8686
}
8787

8888
@Test
89+
@Disabled("Test is flaky, https://github.com/UnitTestBot/UTBotJava/issues/826")
8990
fun testOfDoubles() {
9091
val summary1 = "Test calls {@link guava.examples.math.StatsAccumulator#addAll(double[])},\n" +
9192
" there it triggers recursion of addAll once, \n" +

0 commit comments

Comments
 (0)