distro/test: remove RHEL 7 exception from PipelineNames test
RHEL 7 rewrite makes this exception obsolete.
This commit is contained in:
parent
cd8898842c
commit
777d27efbf
1 changed files with 0 additions and 6 deletions
|
|
@ -212,12 +212,6 @@ func TestImageTypePipelineNames(t *testing.T) {
|
|||
packageSets[plName] = minimalPackageSet
|
||||
}
|
||||
|
||||
if distroName == "rhel-7" {
|
||||
// add one more under "packages" for rhel-7
|
||||
// TODO: this will be removed with the RHEL 7 rewrite
|
||||
packageSets["packages"] = minimalPackageSet
|
||||
}
|
||||
|
||||
m, err := imageType.Manifest(bp.Customizations, options, repos, packageSets, containers, seed)
|
||||
require.NoError(err)
|
||||
pm := new(manifest)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue