Browse Source

Build: Disable fedora for packaging tests (#22974)

Now that debian is disabled, we are seeing similar failures with fedora
not able to install java. This commit temporarily disables fedora until
it is once again stable.
Ryan Ernst 8 years ago
parent
commit
796087a5a9

+ 2 - 1
buildSrc/src/main/groovy/org/elasticsearch/gradle/vagrant/VagrantTestPlugin.groovy

@@ -18,7 +18,8 @@ class VagrantTestPlugin implements Plugin<Project> {
             'centos-7',
             // TODO: re-enable debian once it does not have broken openjdk packages
             //'debian-8',
-            'fedora-24',
+            // TODO: re-enable fedora once it does not have broken openjdk packages
+            //'fedora-24',
             'oel-6',
             'oel-7',
             'opensuse-13',