Skip to content

Commit c89e75a

Browse files
committed
Disable flaky test
1 parent 1a5b8d0 commit c89e75a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-batch-samples/src/test/java/org/springframework/batch/samples/loom/VirtualThreadsSupportFunctionalTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
package org.springframework.batch.samples.loom;
1717

1818
import org.junit.jupiter.api.Assertions;
19+
import org.junit.jupiter.api.Disabled;
1920
import org.junit.jupiter.api.Test;
2021
import org.junit.jupiter.api.condition.EnabledForJreRange;
2122
import org.junit.jupiter.api.condition.JRE;
@@ -113,6 +114,7 @@ public void testConcurrentStepsWithVirtualThreads() throws Exception {
113114

114115
}
115116

117+
@Disabled("This test is flaky on CI")
116118
@Test
117119
public void testParallelStepsWithVirtualThreads() throws Exception {
118120
// given

0 commit comments

Comments
 (0)