Commit 51e30841 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #26061 from wojtek-t/dont_dump_failure_logs

Automatic merge from submit-queue Don't dump everything in kubemarks Don't dump all events etc. in kubemark failures, those are useless anyway with that amount of data.
parents adf44ea1 6f43de47
...@@ -39,4 +39,4 @@ else ...@@ -39,4 +39,4 @@ else
ARGS=$@ ARGS=$@
fi fi
go run ./hack/e2e.go -v --test --test_args="--e2e-verify-service-account=false ${ARGS}" go run ./hack/e2e.go -v --test --test_args="--e2e-verify-service-account=false --dump-logs-on-failure=false ${ARGS}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment