Skip to content

Commit d5d3596

Browse files
Merge pull request #28298 from npinaeva/remove-legacy-netpol
Remove bug-related annotations
2 parents 49d04dd + 4b0b1f9 commit d5d3596

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/extended/util/annotate/rules.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ var (
5454
`\[sig-devex\]\[Feature:ImageEcosystem\]\[mysql\]\[Slow\] openshift mysql image Creating from a template should instantiate the template`,
5555
`\[sig-devex\]\[Feature:ImageEcosystem\]\[mariadb\]\[Slow\] openshift mariadb image Creating from a template should instantiate the template`,
5656
},
57-
// tests that need to be temporarily disabled while the rebase is in progress.
58-
"[Disabled:RebaseInProgress]": {
59-
// https://issues.redhat.com/browse/OCPBUGS-13392
60-
`\[sig-network\] NetworkPolicyLegacy \[LinuxOnly\] NetworkPolicy between server and client should enforce policy to allow traffic only from a pod in a different namespace based on PodSelector and NamespaceSelector`,
61-
`\[sig-network\] NetworkPolicyLegacy \[LinuxOnly\] NetworkPolicy between server and client should enforce updated policy`,
62-
},
6357
// tests that may work, but we don't support them
6458
"[Disabled:Unsupported]": {},
6559
// tests too slow to be part of conformance

0 commit comments

Comments
 (0)