File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
utbot-summary-tests/src/test/kotlin/math Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class SummaryOfMathTest : SummaryTestCaseGeneratorTest(
18
18
Stats : :class,
19
19
) {
20
20
@Test
21
- @Disabled
21
+ @Disabled( " Test fails, https://github.com/UnitTestBot/UTBotJava/issues/826 " )
22
22
fun testOfInts () {
23
23
val summary1 = " Test calls {@link guava.examples.math.StatsAccumulator#addAll(int[])},\n " +
24
24
" there it triggers recursion of addAll once, \n " +
@@ -86,6 +86,7 @@ class SummaryOfMathTest : SummaryTestCaseGeneratorTest(
86
86
}
87
87
88
88
@Test
89
+ @Disabled(" Test is flaky, https://github.com/UnitTestBot/UTBotJava/issues/826" )
89
90
fun testOfDoubles () {
90
91
val summary1 = " Test calls {@link guava.examples.math.StatsAccumulator#addAll(double[])},\n " +
91
92
" there it triggers recursion of addAll once, \n " +
You can’t perform that action at this time.
0 commit comments