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 {