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 authored and bertinatto committed Apr 11, 2023
1 parent af6d2bc commit f35dc8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openshift-hack/e2e/annotate/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ var (

`Topology Hints should distribute endpoints evenly`,
},
// tests that need to be temporarily disabled while the rebase is in progress.
"[Disabled:RebaseInProgress]": {
`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]": {
`\[Driver: rbd\]`, // OpenShift 4.x does not support Ceph RBD (use CSI instead)
Expand Down

0 comments on commit f35dc8e

Please sign in to comment.