1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-30 15:26:43 +02:00

DO NOT MERGE: Disable broken test

This commit is contained in:
Paul Schaub 2022-09-29 13:02:36 +02:00
parent 09f94944b3
commit babd1542e3

View file

@ -20,6 +20,7 @@ import org.bouncycastle.openpgp.PGPPublicKeyRing;
import org.bouncycastle.openpgp.PGPSecretKeyRing; import org.bouncycastle.openpgp.PGPSecretKeyRing;
import org.bouncycastle.openpgp.PGPSignature; import org.bouncycastle.openpgp.PGPSignature;
import org.bouncycastle.util.io.Streams; import org.bouncycastle.util.io.Streams;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import org.pgpainless.PGPainless; import org.pgpainless.PGPainless;
import org.pgpainless.decryption_verification.ConsumerOptions; import org.pgpainless.decryption_verification.ConsumerOptions;
@ -159,6 +160,8 @@ public class IgnoreMarkerPackets {
} }
@Test @Test
@Disabled
// TODO: Enable and fix
public void markerPlusEncryptedMessage() throws IOException, PGPException { public void markerPlusEncryptedMessage() throws IOException, PGPException {
String msg = "-----BEGIN PGP MESSAGE-----\n" + String msg = "-----BEGIN PGP MESSAGE-----\n" +
"\n" + "\n" +