Skip to content

Commit

Permalink
Remove example E2E tests
Browse files Browse the repository at this point in the history
These tests take 20 sec to complete due to an artificial 10 sec retry
interval when verifying pods created. While we can reduce this interval
to significantly speed up the tests, upon inspection, these 2 tests
really don't add any value. The test description states "demonstrating
the use of the test framework" but they don't really do that. One test
creates pods in each cluster using the framework's generated namespace
but that's really trivial usage of the framework. The other test merely
lists pods in each cluster which doesn't even use the framework.

There's plenty of other E2E tests that demonstrate the use of the
framework.

Signed-off-by: Tom Pantelis <[email protected]>
  • Loading branch information
tpantelis authored and skitt committed Oct 23, 2023
1 parent 11b7ad5 commit 10c826d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 158 deletions.
1 change: 0 additions & 1 deletion test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (

"github.com/submariner-io/shipyard/test/e2e"
_ "github.com/submariner-io/shipyard/test/e2e/dataplane"
_ "github.com/submariner-io/shipyard/test/e2e/example"
)

func TestE2E(t *testing.T) {
Expand Down
157 changes: 0 additions & 157 deletions test/e2e/example/example.go

This file was deleted.

0 comments on commit 10c826d

Please sign in to comment.