Skip to content

Commit

Permalink
Reenable E2E tests, now that they are stable. (#1248)
Browse files Browse the repository at this point in the history
Also disable TestContainerErrorMsg until #1240 is closed.
  • Loading branch information
adrcunha authored and google-prow-robot committed Jun 18, 2018
1 parent 9b78bd3 commit ce85002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,8 @@ exit_if_failed

# Run the tests

header "Running 'hello world' test"
kubectl create namespace noodleburg
go test -v -tags=e2e ./test/e2e -run HelloWorld -dockerrepo gcr.io/elafros-e2e-tests/ela-e2e-test
exit_if_failed

run_e2e_tests conformance pizzaplanet ela-conformance-test
# run_e2e_tests e2e noodleburg ela-e2e-test
run_e2e_tests e2e noodleburg ela-e2e-test

# kubetest teardown might fail and thus incorrectly report failure of the
# script, even if the tests pass.
Expand Down
1 change: 1 addition & 0 deletions test/e2e/errorcondition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const (
// https://github.com/knative/serving/blob/master/docs/spec/errors.md
// for the container image missing scenario.
func TestContainerErrorMsg(t *testing.T) {
t.Skip("Skipping until https://github.com/knative/serving/issues/1240 is closed")
clients := Setup(t)

// Specify an invalid image path
Expand Down

0 comments on commit ce85002

Please sign in to comment.