[JAVA-10398] Rename intermittent failing test to ManualTest
This commit is contained in:
parent
28519a494c
commit
9da940a252
|
@ -7,7 +7,12 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||||
|
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
public class IllegalMonitorStateExceptionUnitTest {
|
/**
|
||||||
|
* Needs to be run manually in order to demonstrate the IllegalMonitorStateException scenarios.
|
||||||
|
*
|
||||||
|
* There are some intermittent test failures in Jenkins that require further investigation.
|
||||||
|
*/
|
||||||
|
public class IllegalMonitorStateExceptionManualTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void whenSyncSenderAndSyncReceiverAreUsed_thenIllegalMonitorExceptionShouldNotBeThrown() throws InterruptedException {
|
void whenSyncSenderAndSyncReceiverAreUsed_thenIllegalMonitorExceptionShouldNotBeThrown() throws InterruptedException {
|
Loading…
Reference in New Issue