From e6d81894657c4a039ddb8b484b49b4712c62a70d Mon Sep 17 00:00:00 2001 From: Stephen Goeddel Date: Wed, 30 Jul 2025 06:37:09 -0400 Subject: [PATCH] UPSTREAM: : skip specific LoadBalancer test for "none" platform --- openshift-hack/cmd/k8s-tests-ext/environment_selectors.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openshift-hack/cmd/k8s-tests-ext/environment_selectors.go b/openshift-hack/cmd/k8s-tests-ext/environment_selectors.go index 6b451e03dee86..41d362629f124 100644 --- a/openshift-hack/cmd/k8s-tests-ext/environment_selectors.go +++ b/openshift-hack/cmd/k8s-tests-ext/environment_selectors.go @@ -123,6 +123,12 @@ func filterByPlatform(specs et.ExtensionTestSpecs) { // https://issues.redhat.com/browse/OCPBUGS-53249 "[sig-network] LoadBalancers [Feature:LoadBalancer] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on", }, + // MicroShift identifies itself as "none" + "none": { + // LoadBalancer tests in 1.31 require explicit platform-specific skips + // https://issues.redhat.com/browse/OCPBUGS-53249 + "[sig-network] LoadBalancers [Feature:LoadBalancer] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on", + }, } for platform, exclusions := range platformExclusions {