Disable rhel8 in packaging tests (#41924)

This commit disables rhel 8 from being tested in vagrant packaging
tests. The vagrant image we use is beta release, but RHEL 8 was just
released, which has caused the package mirrors for the beta to stop
working.
This commit is contained in:
Ryan Ernst 2019-05-07 22:50:11 -07:00
parent 0e3617e0ee
commit 906999f1b6
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class VagrantTestPlugin implements Plugin<Project> {
'oel-6', 'oel-6',
'oel-7', 'oel-7',
'opensuse-42', 'opensuse-42',
'rhel-8', /* TODO: need a real RHEL license now that it is out of beta 'rhel-8',*/
'sles-12', 'sles-12',
'ubuntu-1604', 'ubuntu-1604',
'ubuntu-1804' 'ubuntu-1804'