aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/security/wycheproof/ConscryptTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/google/security/wycheproof/ConscryptTest.java')
-rw-r--r--java/com/google/security/wycheproof/ConscryptTest.java7
1 files changed, 1 insertions, 6 deletions
diff --git a/java/com/google/security/wycheproof/ConscryptTest.java b/java/com/google/security/wycheproof/ConscryptTest.java
index 1cd5cf6..2a87a7b 100644
--- a/java/com/google/security/wycheproof/ConscryptTest.java
+++ b/java/com/google/security/wycheproof/ConscryptTest.java
@@ -31,21 +31,16 @@ import org.junit.runners.Suite.SuiteClasses;
*/
@RunWith(WycheproofRunner.class)
@SuiteClasses({
- AesEaxTest.class,
AesGcmTest.class,
BasicTest.class,
CipherInputStreamTest.class,
CipherOutputStreamTest.class,
- DhTest.class,
- DhiesTest.class,
- DsaTest.class,
EcKeyTest.class,
EcdhTest.class,
EcdsaTest.class,
- EciesTest.class,
RsaEncryptionTest.class,
RsaKeyTest.class,
- RsaSignatureTest.class,
+ RsaSignatureTest.class
})
@Provider(ProviderType.CONSCRYPT)
@Fast