From 390d3e16120a8cc890168ca999339a95cb6d4795 Mon Sep 17 00:00:00 2001 From: Luis Sanchez Date: Tue, 10 Jan 2023 16:55:18 -0500 Subject: [PATCH] UPSTREAM: : disable failing dnsPolicy test --- openshift-hack/e2e/annotate/rules.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openshift-hack/e2e/annotate/rules.go b/openshift-hack/e2e/annotate/rules.go index eed165454d402..7d4ab12aa48a8 100644 --- a/openshift-hack/e2e/annotate/rules.go +++ b/openshift-hack/e2e/annotate/rules.go @@ -115,7 +115,8 @@ var ( }, // tests that need to be temporarily disabled while the rebase is in progress "[Disabled:RebaseInProgress]": { - `Kubectl client Kubectl events should show event when pod is created`, // TODO: needs oc with 1.26 kubectl + `Kubectl client Kubectl events should show event when pod is created`, // TODO: needs oc with 1.26 kubectl + `DNS HostNetwork should resolve DNS of partial qualified names for services on hostNetwork pods with dnsPolicy`, // TODO not working, yet not testing anything new }, // tests that may work, but we don't support them "[Disabled:Unsupported]": {