mirror of https://github.com/apache/lucene.git
Don't run @BadApple tests when Yetus runs unit tests
This commit is contained in:
parent
e9c6effd07
commit
1ba5cff7b6
|
@ -104,7 +104,7 @@ function personality_modules
|
|||
;;
|
||||
junit|unit)
|
||||
moduleType="submodules"
|
||||
extra="test"
|
||||
extra="-Dtests.badapples=false test"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue