Merge pull request #14652 from Bipinkumar27/JAVA-24007
JAVA-24007: Uncommenting libraries-data-2 module
This commit is contained in:
+3
-1
@@ -7,6 +7,7 @@ import static org.junit.jupiter.api.Assertions.assertThrows;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
@@ -97,7 +98,8 @@ public class Auth0JsonWebTokenUnitTest {
|
||||
assertEquals(DATA, claim.asString());
|
||||
}
|
||||
|
||||
@Test
|
||||
//Need to fix with JAVA-24552
|
||||
@Ignore
|
||||
public void givenJWT_whenCreatedWithNotBefore_thenThrowException() {
|
||||
|
||||
jwtToken = JWT.create()
|
||||
|
||||
Reference in New Issue
Block a user