Skip to content

Commit

Permalink
Remove superseded kubernetes e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chacin <[email protected]>
  • Loading branch information
pablochacin committed Sep 13, 2023
1 parent 5c10bed commit 1b486dd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 235 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ e2e-disruptors: agent-image e2e-setup
e2e-cluster:
go test -tags e2e ./e2e/cluster/...

e2e-kubernetes:
go test -tags e2e ./e2e/kubernetes/...

e2e-setup: build-e2e
build/e2e-cluster setup

Expand Down
231 changes: 0 additions & 231 deletions e2e/kubernetes/kubernetes_e2e_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Fixes # (issue)
- [ ] I have run linter locally (`make lint`) and all checks pass.
- [ ] I have run tests locally (`make test`) and all tests pass.
- [ ] I have run relevant integration test locally (`make integration-xxx` for affected packages)
- [ ] I have run relevant e2e test locally (`make e2e-xxx` for `disruptors`, `kubernetes` or `cluster` related changes)
- [ ] I have run relevant e2e test locally (`make e2e-xxx` for `disruptors`, or `cluster` related changes)
- [ ] Any dependent changes have been merged and published in downstream modules<br>

0 comments on commit 1b486dd

Please sign in to comment.