Skip to content

Commit

Permalink
Refactor e2e
Browse files Browse the repository at this point in the history
Signed-off-by: lubronzhan <lubronzhan@gmail.com>
  • Loading branch information
lubronzhan committed Feb 5, 2024
1 parent 6cb8be4 commit 1e81a42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e/provisioner/provisioner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -756,9 +756,7 @@ var _ = Describe("Gateway provisioner", func() {
},
AllowedRoutes: &gatewayapi_v1beta1.AllowedRoutes{
Namespaces: &gatewayapi_v1beta1.RouteNamespaces{
// TODO: set to from all for now
// The correct way would be label the testns-1, testns-2, testns-3, then select by label
From: ref.To(gatewayapi_v1.NamespacesFromAll),
From: ref.To(gatewayapi_v1.NamespacesFromSame),
},
},
},
Expand Down

0 comments on commit 1e81a42

Please sign in to comment.