Skip to content

Commit

Permalink
OCPBUGS-39315: remove ingress operator exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
kannon92 committed Sep 19, 2024
1 parent 3e73283 commit f409bd2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/monitortests/node/legacynodemonitortests/exclusions.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ func isThisContainerRestartExcluded(locator string, exclusion Exclusion) bool {
containerName: "container/metal3-static-ip-set", // https://issues.redhat.com/browse/OCPBUGS-39314
platformsToExclude: "metal",
},
{
// ingress operator seems to only fail on the single topology.
// platform did not matter.
containerName: "container/ingress-operator", // https://issues.redhat.com/browse/OCPBUGS-39315
topologyToExclude: "single",
},
{
containerName: "container/networking-console-plugin", // https://issues.redhat.com/browse/OCPBUGS-39316
},
Expand Down

0 comments on commit f409bd2

Please sign in to comment.