Skip to content

Commit

Permalink
Disable flaky tests on OpenStack
Browse files Browse the repository at this point in the history
In order to increase chances to get a voting CI for OpenStack soon, I
propose to skip Network Granular Check tests that are intermittently
failing on our infrastructure.

This commit must be reverted and the issue properly investigated once
the minimum result of a voting CI is achieved.

ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1763936
ref.: openshift#24313
  • Loading branch information
pierreprinetti committed Dec 19, 2019
1 parent d551ff9 commit b390f42
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/extended/util/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,12 @@ var (
// should be serial if/when it's re-enabled
`\[HPA\] Horizontal pod autoscaling \(scale resource: Custom Metrics from Stackdriver\)`,
},
"[Skipped:openstack]": {
// https://bugzilla.redhat.com/show_bug.cgi?id=1763936
`\[sig-network\] Networking Granular Checks: Services should function for node-Service`,
`\[sig-network\] Networking Granular Checks: Services should function for pod-Service`,
`\[sig-network\] Networking Granular Checks: Services should function for endpoint-Service`,
},
// tests that don't pass under openshift-sdn but that are expected to pass
// with other network plugins (particularly ovn-kubernetes)
"[Skipped:Network/OpenShiftSDN]": {
Expand Down

0 comments on commit b390f42

Please sign in to comment.