Skip to content

Commit 26220ee

Browse files
committed
routeimport: remove related skip after adding L3 UDNs imports
Signed-off-by: Jaime Caamaño Ruiz <[email protected]>
1 parent 3ff308c commit 26220ee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/e2e/route_advertisements.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,6 @@ var _ = ginkgo.Describe("BGP: Pod to external server when CUDN Layer3 Network is
280280
var err error
281281

282282
ginkgo.BeforeEach(func() {
283-
if !IsGatewayModeLocal() {
284-
const upstreamIssue = "https://github.com/ovn-kubernetes/ovn-kubernetes/issues/5134"
285-
e2eskipper.Skipf(
286-
"The import of routes into UDNs is broken on shared gateway mode. Upstream issue: %s", upstreamIssue,
287-
)
288-
}
289283
ginkgo.By("Selecting 3 schedulable nodes")
290284
nodes, err = e2enode.GetBoundedReadySchedulableNodes(context.TODO(), f.ClientSet, 3)
291285
gomega.Expect(err).NotTo(gomega.HaveOccurred())

0 commit comments

Comments
 (0)