Skip to content

Commit

Permalink
Run e2e using report_go_test
Browse files Browse the repository at this point in the history
  • Loading branch information
navidshaikh committed May 14, 2020
1 parent fb847a0 commit af38e6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ run() {
integration_test() {
header "Running tests for Knative Serving $KNATIVE_SERVING_VERSION"

go_test_e2e -timeout=45m -tags="e2e serving" ./test/e2e || fail_test
#go_test_e2e -timeout=45m -tags="e2e serving" ./test/e2e || fail_test
report_go_test -v -race -count=1 -timeout=45m "-tags='e2e serving'" ./test/e2e || fail_test
}

smoke_test() {
Expand Down

0 comments on commit af38e6e

Please sign in to comment.