You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core-java-modules/core-java-exceptions-3/src/test/java/com/baeldung/exceptions/illegalmonitorstate/IllegalMonitorStateExceptionManualTest.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,12 @@
7
7
8
8
importorg.junit.jupiter.api.Test;
9
9
10
-
publicclassIllegalMonitorStateExceptionUnitTest {
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.
0 commit comments