Disable broken JDK19 test

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2023-03-21 07:04:29 -05:00
parent 9060adb8ca
commit cc408b7fe5
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 1 additions and 1 deletions

View File

@ -45,6 +45,7 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
* See bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=444595
*/
@Testcontainers(disabledWithoutDocker = true)
@DisabledForJreRange(min = JRE.JAVA_19) // mongo fails on JDK 19
public class AttributeNameTest
{
@BeforeAll
@ -61,7 +62,6 @@ public class AttributeNameTest
}
@Test
@DisabledForJreRange(min = JRE.JAVA_19) // mongo fails on JDK 19
public void testAttributeNamesWithDots() throws Exception
{
String contextPath = "";