Debug: Create a test namespace to see if its skipped

This commit is contained in:
Navid Shaikh 2020-05-13 21:14:21 +05:30
parent 2b48afce56
commit 8b45fcef4d
1 changed files with 2 additions and 1 deletions

View File

@ -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
}
@ -92,4 +93,4 @@ smoke_test() {
}
# Fire up
run $@
run $@