Skip to content

Commit 569edce

Browse files
mpkorstanjemarcphilipp
authored andcommitted
Test is not flaky anymore.
1 parent 53af729 commit 569edce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-tests/src/test/java/org/junit/platform/engine/support/hierarchical/ConcurrentHierarchicalTestExecutorServiceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ void acquiresResourceLockForRootTask() throws Exception {
169169
inOrder.verifyNoMoreInteractions();
170170
}
171171

172-
@RepeatedTest(value = 100, failureThreshold = 1)
172+
@Test
173173
void acquiresResourceLockForChildTasks() throws Exception {
174174
service = new ConcurrentHierarchicalTestExecutorService(configuration(2));
175175

0 commit comments

Comments
 (0)