Skip to content

Commit

Permalink
DNM: Run serving specific e2e tests using tags
Browse files Browse the repository at this point in the history
/hold
  • Loading branch information
navidshaikh committed May 13, 2020
1 parent 9bbce80 commit a983d4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ run() {
}

integration_test() {
header "Running tests for Knative Serving $KNATIVE_SERVING_VERSION and Eventing $KNATIVE_EVENTING_VERSION"
header "Running tests for Knative Serving $KNATIVE_SERVING_VERSION"

go_test_e2e -timeout=45m ./test/e2e || fail_test
go_test_e2e -timeout=45m -tags "e2e serving" ./test/e2e || fail_test
}

smoke_test() {
Expand Down Expand Up @@ -92,4 +92,4 @@ smoke_test() {
}

# Fire up
run $@
run $@

0 comments on commit a983d4c

Please sign in to comment.