Skip to content
Snippets Groups Projects
Commit deca52b8 authored by Bartosz Przydatek's avatar Bartosz Przydatek Committed by Thai Duong
Browse files

Excluding tests that don't work with Maven.

Change-Id: I38c6c098ccd8f7ea3d4d4b52a487c305e476e4c7
ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com>
GitOrigin-RevId: b0caa7114cbde7d746f46e0af83124842e8fbfc4
parent 01d19b00
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,13 @@
<exclude>**/EcdsaVerifyJceTest.java</exclude>
<exclude>**/EllipticCurvesTest.java</exclude>
<exclude>**/X25519Test.java</exclude>
<!-- Tests below rely on initialization via static blocks, and don't work with Maven -->
<exclude>**/AeadConfigTest.java</exclude>
<exclude>**/MacConfigTest.java</exclude>
<exclude>**/HybridConfigTest.java</exclude>
<exclude>**/SignatureConfigTest.java</exclude>
<exclude>**/StreamingAeadConfigTest.java</exclude>
<exclude>**/TinkConfigTest.java</exclude>
</testExcludes>
</configuration>
......
......@@ -253,6 +253,13 @@
<exclude>**/EcdsaVerifyJceTest.java</exclude>
<exclude>**/EllipticCurvesTest.java</exclude>
<exclude>**/X25519Test.java</exclude>
<!-- Tests below rely on initialization via static blocks, and don't work with Maven -->
<exclude>**/AeadConfigTest.java</exclude>
<exclude>**/MacConfigTest.java</exclude>
<exclude>**/HybridConfigTest.java</exclude>
<exclude>**/SignatureConfigTest.java</exclude>
<exclude>**/StreamingAeadConfigTest.java</exclude>
<exclude>**/TinkConfigTest.java</exclude>
</testExcludes>
<source>${java.version}</source>
<target>${java.version}</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment