You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2019/12/11 14:05:47 UTC

[lucene-solr] 02/02: SOLR-14053: remove tests.disableHdfs support

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch gradle-master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit ddeb992feeec854532537cfce93e3830c0af34f8
Author: Dawid Weiss <dw...@apache.org>
AuthorDate: Wed Dec 11 15:05:36 2019 +0100

    SOLR-14053: remove tests.disableHdfs support
---
 gradle/testing/randomization.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gradle/testing/randomization.gradle b/gradle/testing/randomization.gradle
index 84523df..34f696d 100644
--- a/gradle/testing/randomization.gradle
+++ b/gradle/testing/randomization.gradle
@@ -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."],