aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/security/wycheproof/testcases/AesGcmTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/google/security/wycheproof/testcases/AesGcmTest.java')
-rw-r--r--java/com/google/security/wycheproof/testcases/AesGcmTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/com/google/security/wycheproof/testcases/AesGcmTest.java b/java/com/google/security/wycheproof/testcases/AesGcmTest.java
index 9f27992..4e4a879 100644
--- a/java/com/google/security/wycheproof/testcases/AesGcmTest.java
+++ b/java/com/google/security/wycheproof/testcases/AesGcmTest.java
@@ -444,6 +444,7 @@ public class AesGcmTest extends TestCase {
* <p>The test is slow as we have to encrypt 2^32 blocks.
*/
// TODO(quannguyen): Is there a faster way to test it?
+/*
@ExcludedTest(
providers = {ProviderType.CONSCRYPT},
comment = "Conscrypt doesn't support streaming, would crash")
@@ -468,4 +469,5 @@ public class AesGcmTest extends TestCase {
System.out.println("testWrappedAroundcounter:" + expected.toString());
}
}
+*/
}