Skip to content

Commit

Permalink
Merge pull request #25012 from Gal-Zaidman/skip-network-tests
Browse files Browse the repository at this point in the history
Bug 1840707: oVirt, skip network service tests
  • Loading branch information
openshift-merge-robot committed May 27, 2020
2 parents 0c12308 + b0aa6fb commit 144c666
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions test/extended/util/annotate/rules.go
Expand Up @@ -148,6 +148,12 @@ var (
`\[sig-storage\] In-tree Volumes \[Driver: azure\] \[Testpattern: Inline-volume`,
`\[sig-storage\] In-tree Volumes \[Driver: azure\] \[Testpattern: Pre-provisioned PV`,
},
"[Skipped:ovirt]": {
// https://bugzilla.redhat.com/show_bug.cgi?id=1838751
`\[sig-network\] Networking Granular Checks: Services should function for endpoint-Service`,
`\[sig-network\] Networking Granular Checks: Services should function for node-Service`,
`\[sig-network\] Networking Granular Checks: Services should function for pod-Service`,
},
"[Skipped:gce]": {
// Requires creation of a different compute instance in a different zone and is not compatible with volumeBindingMode of WaitForFirstConsumer which we use in 4.x
`\[sig-scheduling\] Multi-AZ Cluster Volumes \[sig-storage\] should only be allowed to provision PDs in zones where nodes exist`,
Expand Down

0 comments on commit 144c666

Please sign in to comment.