I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d436c846 authored by str4d's avatar str4d
Browse files

Temporarily exclude slow core tests for dev purposes

parent 24268c51
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,12 @@
<include name="**/*Test.java" />
<exclude name="**/ElGamalAESEngineTest.java" />
<exclude name="**/StructureTest.java" />
<!-- temporarily exclude slow tests -->
<exclude name="**/HMACSHA256Test.java" />
<exclude name="**/SHA1HashTest.java" />
<exclude name="**/SHA256Test.java" />
<exclude name="**/DataHelperTest.java" />
<!-- end of slow tests -->
</fileset>
</batchtest>
<formatter type="xml"/>
......
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