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)
|
junit|unit)
|
||||||
moduleType="submodules"
|
moduleType="submodules"
|
||||||
extra="test"
|
extra="-Dtests.badapples=false test"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue