Don't run slow tests with clover

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621501 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2014-08-30 18:12:25 +00:00
parent 4f7542e807
commit 7df964993e
1 changed files with 1 additions and 0 deletions

View File

@ -440,6 +440,7 @@ File | Project Structure | Platform Settings | SDKs):
<param name="tests.multiplier" value="1"/>
<param name="tests.nightly" value="false"/>
<param name="tests.weekly" value="false"/>
<param name="tests.slow" value="false"/>
<param name="tests.badapples" value="true"/>
<!-- The idea behind Clover is to determine test coverage, so be immune to failing tests: -->
<param name="tests.haltonfailure" value="false"/>