Skip to content

Commit

Permalink
#949 : removed @ignore from nestedJWTProducedByGluu() test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyz authored and yurem committed Nov 21, 2018
1 parent 23378ff commit 57d4990
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import org.jose4j.jwe.JsonWebEncryption;
import org.jose4j.jwe.KeyManagementAlgorithmIdentifiers;
import org.jose4j.jwk.PublicJsonWebKey;
import org.junit.Ignore;
import org.junit.Test;
import org.testng.Assert;
import org.xdi.oxauth.model.configuration.AppConfiguration;
Expand Down Expand Up @@ -342,7 +341,6 @@ public void nestedJWT() throws Exception {
decryptAndValidateSignatureWithGluu(jweString);
}

@Ignore
@Test
public void nestedJWTProducedByGluu() throws Exception {
AppConfiguration appConfiguration = new AppConfiguration();
Expand Down

0 comments on commit 57d4990

Please sign in to comment.