diff --git a/pkg/monitortests/authentication/nodefaultserviceaccountoperatortests/monitortest.go b/pkg/monitortests/authentication/nodefaultserviceaccountoperatortests/monitortest.go index d2071ac2050c..fef0271559fa 100644 --- a/pkg/monitortests/authentication/nodefaultserviceaccountoperatortests/monitortest.go +++ b/pkg/monitortests/authentication/nodefaultserviceaccountoperatortests/monitortest.go @@ -45,9 +45,6 @@ func exceptionWithJira(prefix, jiraURL string) func(corev1.Pod) (string, bool) { // The following are current exceptions due to not being part of the core OpenShift // payload or have open PRs to resolve. var exceptions = []func(pod corev1.Pod) (string, bool){ - // This exception is being kept as there is still an open PR for this ticket. - // TODO(ehearne-redhat): check back on this ticket to review progress. - exceptionWithJira("openshift-multus/multus-", "https://issues.redhat.com/browse/OCPBUGS-65631"), exceptionWithJira("openshift-route-monitor-operator/blackbox-exporter-", "https://redhat.atlassian.net/browse/SREP-4724"), exceptionWithJira("openshift-security/", "https://redhat.atlassian.net/browse/SREP-4725"), // This one checks if it is a debug pod or not.