mirror of https://github.com/apache/cassandra
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:
parent
5694a2ac3f
commit
01ae2794e5
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue