mirror of https://github.com/apache/lucene.git
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:
parent
4f7542e807
commit
7df964993e
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue