From 616e14d04354d072413feef1dbcd8238aa69038d Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Tue, 22 Nov 2022 14:40:31 +0100 Subject: [PATCH] Enable tests for unsupported s2k identifiers --- .../decryption_verification/UnsupportedPacketVersionsTest.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/pgpainless-core/src/test/java/org/pgpainless/decryption_verification/UnsupportedPacketVersionsTest.java b/pgpainless-core/src/test/java/org/pgpainless/decryption_verification/UnsupportedPacketVersionsTest.java index 68916348..f8ce9e29 100644 --- a/pgpainless-core/src/test/java/org/pgpainless/decryption_verification/UnsupportedPacketVersionsTest.java +++ b/pgpainless-core/src/test/java/org/pgpainless/decryption_verification/UnsupportedPacketVersionsTest.java @@ -15,7 +15,6 @@ import org.bouncycastle.openpgp.PGPException; import org.bouncycastle.openpgp.PGPPublicKeyRing; import org.bouncycastle.openpgp.PGPSecretKeyRing; import org.bouncycastle.util.io.Streams; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.pgpainless.PGPainless; @@ -361,13 +360,11 @@ public class UnsupportedPacketVersionsTest { } @Test - @Disabled("Enable once https://github.com/bcgit/bc-java/pull/1268 is available") public void pkesk3_skesk4Ws2k23_seip() throws PGPException, IOException { decryptAndCompare(PKESK3_SKESK4wS2K23_SEIP, "Encrypted using SEIP + MDC."); } @Test - @Disabled("Enable once https://github.com/bcgit/bc-java/pull/1268 is available") public void skesk4Ws2k23_pkesk3_seip() throws PGPException, IOException { decryptAndCompare(SKESK4wS2K23_PKESK3_SEIP, "Encrypted using SEIP + MDC."); }