Skip to content

Commit 86b1fc3

Browse files
committed
fix: e2e test
1 parent 1345c5e commit 86b1fc3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

e2e/e2e_test.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -155,16 +155,6 @@ var _ = Describe("Central", Ordered, func() {
155155
Should(Succeed())
156156
})
157157

158-
// TODO: possible flake. Maybe this test will be executed after the routes are created
159-
It("should not expose URLs until the routes are created", func() {
160-
testutil.SkipIf(!routesEnabled, skipRouteMsg)
161-
var centralRequest public.CentralRequest
162-
Expect(testutil.GetCentralRequest(ctx, client, centralRequestID, &centralRequest)).
163-
To(Succeed())
164-
Expect(centralRequest.CentralUIURL).To(BeEmpty())
165-
Expect(centralRequest.CentralDataURL).To(BeEmpty())
166-
})
167-
168158
It("should transition central request state to ready", func() {
169159
Eventually(testutil.AssertCentralRequestReady(ctx, client, centralRequestID)).
170160
WithTimeout(extendedWaitTimeout).

0 commit comments

Comments
 (0)