mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-14 08:22:06 +01:00
Disable now broken test caused by parsing certificates from secret keys
This commit is contained in:
parent
57f407b7f9
commit
9844aa3bd2
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ import com.ginsberg.junit.exit.FailOnSystemExit;
|
|||
import org.bouncycastle.openpgp.PGPException;
|
||||
import org.bouncycastle.openpgp.PGPPublicKeyRing;
|
||||
import org.bouncycastle.openpgp.PGPSecretKeyRing;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.pgpainless.PGPainless;
|
||||
import org.pgpainless.algorithm.KeyFlag;
|
||||
|
@ -139,6 +140,7 @@ public class RoundTripEncryptDecryptCmdTest extends CLITest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Disabled("Disabled, since we now read certificates from secret keys")
|
||||
public void testEncryptingForKeyFails() throws IOException {
|
||||
File notACert = writeFile("key.asc", KEY);
|
||||
|
||||
|
|
Loading…
Reference in a new issue