Skip to content

Commit

Permalink
remove redundant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton committed Sep 30, 2020
1 parent 0660813 commit 5a1c165
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 104 deletions.
5 changes: 0 additions & 5 deletions e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ func TestUpdateCommand(t *testing.T) {
runTests(t, "./tests/update/ytt/*.yml", true)
}

func TestLocalLibs(t *testing.T) {
runTests(t, "./tests/local-libs/jsonnet/*.yml", false)
runTests(t, "./tests/local-libs/ytt/*.yml", false)
}

func TestMiscErrors(t *testing.T) {
runTests(t, "./tests/misc-errors/*.yml", false)
}
Expand Down
54 changes: 0 additions & 54 deletions e2e/tests/local-libs/jsonnet/test-local-lib.yml

This file was deleted.

45 changes: 0 additions & 45 deletions e2e/tests/local-libs/ytt/test-local-lib.yml

This file was deleted.

0 comments on commit 5a1c165

Please sign in to comment.