mirror of https://github.com/apache/lucene.git
Remove obsolete badapples tests switch (#468)
This commit is contained in:
parent
99aa6dd0eb
commit
82e57d1d6b
|
@ -89,7 +89,6 @@ allprojects {
|
|||
[propName: 'tests.weekly', value: false, description: "Enables or disables @Weekly tests."],
|
||||
[propName: 'tests.monster', value: false, description: "Enables or disables @Monster tests."],
|
||||
[propName: 'tests.awaitsfix', value: null, description: "Enables or disables @AwaitsFix tests."],
|
||||
[propName: 'tests.badapples', value: null, description: "Enables or disables @BadApple tests."],
|
||||
[propName: 'tests.gui',
|
||||
value: { ->
|
||||
return rootProject.ext.isCIBuild
|
||||
|
|
Loading…
Reference in New Issue