Java 16710 (#13471)
* JAVA-16710 Disabled reusing forks * JAVA-16710 Try removing alphabetical order for tests
This commit is contained in:
committed by
GitHub
parent
5f797192d5
commit
1c0378bb3c
@@ -21,7 +21,6 @@ public class JndiExceptionsUnitTest {
|
||||
|
||||
@Test
|
||||
@Order(1)
|
||||
@Disabled
|
||||
void givenNoContext_whenLookupObject_thenThrowNoInitialContext() {
|
||||
assertThrows(NoInitialContextException.class, () -> {
|
||||
JndiTemplate jndiTemplate = new JndiTemplate();
|
||||
|
||||
Reference in New Issue
Block a user