Skip to content

Commit d365efd

Browse files
Merge pull request #2235 from bertinatto/networking-skips-4.19
OCPBUGS-45273: Properly annotate networking skip according to Jira ticket
2 parents 1601b9e + e863639 commit d365efd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

openshift-hack/cmd/k8s-tests-ext/disabled_tests.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
159159

160160
// https://issues.redhat.com/browse/OCPBUGS-38839
161161
"[sig-network] [Feature:Traffic Distribution] when Service has trafficDistribution=PreferClose should route traffic to an endpoint that is close to the client",
162+
163+
// https://issues.redhat.com/browse/OCPBUGS-45273
164+
"[sig-network] Services should implement NodePort and HealthCheckNodePort correctly when ExternalTrafficPolicy changes",
162165
},
163166
// tests that need to be temporarily disabled while the rebase is in progress.
164167
"RebaseInProgress": {
@@ -170,9 +173,6 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
170173

171174
// https://issues.redhat.com/browse/OCPBUGS-17194
172175
"[sig-node] ImageCredentialProvider [Feature:KubeletCredentialProviders] should be able to create pod with image credentials fetched from external credential provider",
173-
174-
// https://issues.redhat.com/browse/OCPBUGS-45273
175-
"[sig-network] Services should implement NodePort and HealthCheckNodePort correctly when ExternalTrafficPolicy changes",
176176
},
177177
// tests that may work, but we don't support them
178178
"Unsupported": {

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

Lines changed: 1 addition & 1 deletion
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ var (
163163

164164
// https://issues.redhat.com/browse/OCPBUGS-38839
165165
`\[sig-network\] \[Feature:Traffic Distribution\] when Service has trafficDistribution=PreferClose should route traffic to an endpoint that is close to the client`,
166+
167+
// https://issues.redhat.com/browse/OCPBUGS-45273
168+
`\[sig-network\] Services should implement NodePort and HealthCheckNodePort correctly when ExternalTrafficPolicy changes`,
166169
},
167170
// tests that need to be temporarily disabled while the rebase is in progress.
168171
"[Disabled:RebaseInProgress]": {
@@ -174,9 +177,6 @@ var (
174177

175178
// https://issues.redhat.com/browse/OCPBUGS-17194
176179
`\[sig-node\] ImageCredentialProvider \[Feature:KubeletCredentialProviders\] should be able to create pod with image credentials fetched from external credential provider`,
177-
178-
// https://issues.redhat.com/browse/OCPBUGS-45273
179-
`\[sig-network\] Services should implement NodePort and HealthCheckNodePort correctly when ExternalTrafficPolicy changes`,
180180
},
181181
// tests that may work, but we don't support them
182182
"[Disabled:Unsupported]": {

0 commit comments

Comments
 (0)