Skip to content

Commit

Permalink
test(e2e): migrate kubernetes gateway (#4771)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
  • Loading branch information
jakubdyszkiewicz committed Aug 5, 2022
1 parent 7c1e756 commit ecdf217
Show file tree
Hide file tree
Showing 5 changed files with 247 additions and 555 deletions.
2 changes: 0 additions & 2 deletions test/e2e/gateway/e2e_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import (
)

var _ = Describe("Test Gateway on Universal", Label("arm-not-supported"), gateway.GatewayOnUniversal)
var _ = Describe("Test Gateway on Kubernetes", Label("arm-not-supported"), gateway.GatewayOnKubernetes)
var _ = Describe("Test Gateway on Kubernetes with HELM", Label("arm-not-supported"), gateway.GatewayHELM)

func TestE2E(t *testing.T) {
test.RunSpecs(t, "E2E Gateway Suite")
Expand Down
123 changes: 0 additions & 123 deletions test/e2e/gateway/gateway_helm.go

This file was deleted.

Loading

0 comments on commit ecdf217

Please sign in to comment.