1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-26 05:24:49 +02:00

Enable previously disabled test for marker+seipd packet processing

This commit is contained in:
Paul Schaub 2022-11-16 17:38:38 +01:00
parent fd2f6523ec
commit 8faec25ecf

View file

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