Skip to content

Commit

Permalink
test(e2e): traffic route test with default tr policy
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubdyszkiewicz committed Sep 23, 2024
1 parent 44ba508 commit 7c16d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions test/e2e_env/universal/trafficroute/traffic_route.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ func TrafficRoute() {
BeforeAll(func() {
Expect(NewClusterSetup().
Install(MeshUniversal(meshName)).
Install(TrafficRouteUniversal(meshName)).
Install(TestServerUniversal("dp-echo-1", meshName,
WithArgs([]string{"echo", "--instance", "echo-v1"}),
WithServiceVersion("v1"),
Expand Down
3 changes: 1 addition & 2 deletions test/e2e_env/universal/universal_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ var (
_ = Describe("Reachable Services", reachableservices.ReachableServices, Ordered)
_ = Describe("Apis", api.Api, Ordered)
_ = Describe("Traffic Permission", trafficpermission.TrafficPermission, Ordered)
// TODO: fix the flaky test in the future https://github.com/kumahq/kuma/issues/11492
_ = Describe("Traffic Route", trafficroute.TrafficRoute, Ordered, FlakeAttempts(3))
_ = Describe("Traffic Route", trafficroute.TrafficRoute, Ordered)
_ = Describe("Zone Egress", zoneegress.ExternalServices, Ordered)
_ = Describe("Virtual Outbound", virtualoutbound.VirtualOutbound, Ordered)
_ = Describe("Transparent Proxy", transparentproxy.TransparentProxy, Ordered)
Expand Down

0 comments on commit 7c16d1d

Please sign in to comment.