Ninja: temporarily remove test-clientutil-jar from test-all

This is a temporary measure to fix test-all until CASSANDRA-11635 can be
properly fixed and allow test-clientutil-jar to work again.
This commit is contained in:
Tyler Hobbs 2016-08-17 17:03:30 -05:00
parent 5694a2ac3f
commit 01ae2794e5
1 changed files with 1 additions and 1 deletions

View File

@ -1442,7 +1442,7 @@
</target>
<target name="test-all"
depends="eclipse-warnings,test,long-test,test-compression,test-clientutil-jar"
depends="eclipse-warnings,test,long-test,test-compression"
description="Run all tests except for those under test-burn" />
<!-- Use JaCoCo ant extension without needing externally saved lib -->