mirror of https://github.com/apache/lucene.git
SOLR-14053: remove tests.disableHdfs support
This commit is contained in:
parent
16019344cb
commit
ddeb992fee
|
@ -96,7 +96,6 @@ configure(allprojects.findAll {project -> project.path.startsWith(":solr") }) {
|
|||
plugins.withType(JavaPlugin) {
|
||||
ext {
|
||||
testOptions += [
|
||||
[propName: 'tests.disableHdfs', value: Os.isFamily(Os.FAMILY_WINDOWS) ? 'true' : 'false', description: "Enables or disables @HDFS tests."],
|
||||
[propName: 'tests.luceneMatchVersion', value: baseVersion, description: "Base Lucene version."],
|
||||
[propName: 'common-solr.dir', value: file("${commonDir}/../solr").path, description: "Solr base dir."],
|
||||
[propName: 'solr.directoryFactory', value: "org.apache.solr.core.MockDirectoryFactory", description: "Solr directory factory."],
|
||||
|
|
Loading…
Reference in New Issue