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.
This commit is contained in:
Ryan Ernst 2017-02-03 18:33:53 -08:00 committed by GitHub
parent d2428b1e0d
commit 796087a5a9
1 changed files with 2 additions and 1 deletions

View File

@ -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',