Skip to content

Commit

Permalink
UPSTREAM: <carry>: disable failing dnsPolicy test
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezl committed Jan 26, 2023
1 parent e79b2b0 commit 390d3e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openshift-hack/e2e/annotate/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]": {
Expand Down

0 comments on commit 390d3e1

Please sign in to comment.