diff --git a/test/extended/util/annotate/generated/zz_generated.annotations.go b/test/extended/util/annotate/generated/zz_generated.annotations.go index fb763b962848..2243c6b5ea85 100644 --- a/test/extended/util/annotate/generated/zz_generated.annotations.go +++ b/test/extended/util/annotate/generated/zz_generated.annotations.go @@ -2161,7 +2161,7 @@ var annotations = map[string]string{ "[Top Level] [sig-network] SCTP [Feature:SCTP] [LinuxOnly] should create a ClusterIP Service with SCTP ports": "should create a ClusterIP Service with SCTP ports [Suite:openshift/conformance/parallel] [Suite:k8s]", - "[Top Level] [sig-network] SCTP [Feature:SCTP] [LinuxOnly] should create a Pod with SCTP HostPort": "should create a Pod with SCTP HostPort [Disabled:Broken] [Suite:k8s]", + "[Top Level] [sig-network] SCTP [Feature:SCTP] [LinuxOnly] should create a Pod with SCTP HostPort": "should create a Pod with SCTP HostPort [Suite:openshift/conformance/parallel] [Suite:k8s]", "[Top Level] [sig-network] Service endpoints latency should not be very high [Conformance]": "should not be very high [Conformance] [Serial] [Suite:openshift/conformance/serial/minimal] [Suite:k8s]", diff --git a/test/extended/util/annotate/rules.go b/test/extended/util/annotate/rules.go index 9e6aae5a2121..bca6c62fb2e1 100644 --- a/test/extended/util/annotate/rules.go +++ b/test/extended/util/annotate/rules.go @@ -32,8 +32,6 @@ var ( "[Disabled:Broken]": { `should idle the service and DeploymentConfig properly`, // idling with a single service and DeploymentConfig `should answer endpoint and wildcard queries for the cluster`, // currently not supported by dns operator https://github.com/openshift/cluster-dns-operator/issues/43 - // https://bugzilla.redhat.com/show_bug.cgi?id=1908677 - `SCTP \[Feature:SCTP\] \[LinuxOnly\] should create a Pod with SCTP HostPort`, // https://bugzilla.redhat.com/show_bug.cgi?id=1908645 `\[sig-network\] Networking Granular Checks: Services should function for service endpoints using hostNetwork`,