Skip to content

Commit

Permalink
Debug: Create a test namespace to see if its skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
navidshaikh committed May 13, 2020
1 parent 2b48afc commit 8b45fce
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,6 +52,7 @@ run() {
integration_test() {
header "Running tests for Knative Serving $KNATIVE_SERVING_VERSION and Eventing $KNATIVE_EVENTING_VERSION"

kubectl create namespace kne2etests0
go_test_e2e -timeout=45m ./test/e2e || fail_test
}

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

# Fire up
run $@
run $@

0 comments on commit 8b45fce

Please sign in to comment.