aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquannguyentm <msuntmquan@gmail.com>2017-02-21 23:27:34 -0800
committerThai Duong <thaidn@users.noreply.github.com>2017-02-21 23:27:34 -0800
commite6b88724b30988656b074614cf5d3b4b4b08284b (patch)
tree4d2093f07038c2e7f8652ab38986f3366f344504
parent7dfe46ba87452939e970ae8a281c3393f9e6ec34 (diff)
downloadwycheproof-e6b88724b30988656b074614cf5d3b4b4b08284b.tar.gz
Disable @SlowTest testWrappedAroundCounter because bazel ignores test annotation (#28)
This is a workaround for #26.
-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());
}
}
+*/
}