diff --git a/itests/microprofile-jwt-itests/src/test/java/org/apache/tomee/microprofile/jwt/itest/AllowNoExpPropertyTest.java b/itests/microprofile-jwt-itests/src/test/java/org/apache/tomee/microprofile/jwt/itest/AllowNoExpPropertyTest.java index 17003fb50d6..a2d699fd428 100644 --- a/itests/microprofile-jwt-itests/src/test/java/org/apache/tomee/microprofile/jwt/itest/AllowNoExpPropertyTest.java +++ b/itests/microprofile-jwt-itests/src/test/java/org/apache/tomee/microprofile/jwt/itest/AllowNoExpPropertyTest.java @@ -41,11 +41,15 @@ import org.eclipse.microprofile.auth.LoginConfig; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; + +import org.junit.Ignore; import org.junit.Test; public class AllowNoExpPropertyTest { - + + //FIXME TOMEE-4297 + @Ignore(value = "TOMEE-4297") @Test public void testNewPropertyOverridesOld1() throws Exception { final Tokens tokens = Tokens.rsa(2048, 256); @@ -88,6 +92,8 @@ public void testNewPropertyOverridesOld1() throws Exception { assertNotPresent(output, "\tat org."); // no stack traces } + //FIXME TOMEE-4297 + @Ignore(value = "TOMEE-4297") @Test public void testNewPropertyOverridesOld2() throws Exception { final Tokens tokens = Tokens.rsa(2048, 256);