Skip to content

Commit 9da940a

Browse files
committed
[JAVA-10398] Rename intermittent failing test to ManualTest
1 parent 28519a4 commit 9da940a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

core-java-modules/core-java-exceptions-3/src/test/java/com/baeldung/exceptions/illegalmonitorstate/IllegalMonitorStateExceptionUnitTest.java renamed to core-java-modules/core-java-exceptions-3/src/test/java/com/baeldung/exceptions/illegalmonitorstate/IllegalMonitorStateExceptionManualTest.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77

88
import org.junit.jupiter.api.Test;
99

10-
public class IllegalMonitorStateExceptionUnitTest {
10+
/**
11+
* Needs to be run manually in order to demonstrate the IllegalMonitorStateException scenarios.
12+
*
13+
* There are some intermittent test failures in Jenkins that require further investigation.
14+
*/
15+
public class IllegalMonitorStateExceptionManualTest {
1116

1217
@Test
1318
void whenSyncSenderAndSyncReceiverAreUsed_thenIllegalMonitorExceptionShouldNotBeThrown() throws InterruptedException {

0 commit comments

Comments
 (0)