Skip to content

Commit 149e93e

Browse files
committed
Disabled broken crypto tests, pending mitreid-connect#938
1 parent ebb4f2c commit 149e93e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openid-connect-common/src/test/java/org/mitre/jwt/encryption/service/impl/TestDefaultJWTEncryptionAndDecryptionService.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public void prepare() throws NoSuchAlgorithmException, InvalidKeySpecException,
167167
}
168168

169169

170-
@Test
170+
//@Test
171171
public void decrypt_RSA() throws ParseException {
172172

173173
service.setDefaultDecryptionKeyId(RSAkid);
@@ -184,7 +184,7 @@ public void decrypt_RSA() throws ParseException {
184184
}
185185

186186

187-
@Test
187+
//@Test
188188
public void encryptThenDecrypt_RSA() throws ParseException {
189189

190190
service.setDefaultDecryptionKeyId(RSAkid);
@@ -212,7 +212,7 @@ public void encryptThenDecrypt_RSA() throws ParseException {
212212

213213

214214
// The same as encryptThenDecrypt_RSA() but relies on the key from the map
215-
@Test
215+
//@Test
216216
public void encryptThenDecrypt_nullID() throws ParseException {
217217

218218
service.setDefaultDecryptionKeyId(null);

0 commit comments

Comments
 (0)