Skip to content

Commit 0b8a681

Browse files
Merge pull request #2268 from mtulio/OCPBUGS-54807-backport-OCPBUGS-53249
[release-4.18]: OCPBUGS-54807: skip tests on platform type External
2 parents 97471c6 + d656a89 commit 0b8a681

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

openshift-hack/e2e/annotate/generated/zz_generated.annotations.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift-hack/e2e/annotate/rules.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,11 @@ var (
234234
`\[sig-network\] LoadBalancers \[Feature:LoadBalancer\] .* UDP`,
235235
`\[sig-network\] LoadBalancers \[Feature:LoadBalancer\] .* session affinity`,
236236
},
237+
"[Skipped:external]": {
238+
// LoadBalancer tests in 1.31 require explicit platform-specific skips
239+
// https://issues.redhat.com/browse/OCPBUGS-53249
240+
`\[sig-network\] LoadBalancers \[Feature:LoadBalancer\] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on`,
241+
},
237242
"[Skipped:azure]": {
238243
"Networking should provide Internet connection for containers", // Azure does not allow ICMP traffic to internet.
239244
// Azure CSI migration changed how we treat regions without zones.

0 commit comments

Comments
 (0)