We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd624d commit 0e64098Copy full SHA for 0e64098
test/e2e/testing-manifests/auth/encrypt/run-e2e.sh
@@ -91,7 +91,7 @@ create_cluster_and_run_test() {
91
TEST_ARGS=""
92
if [ "${SKIP_RUN_TESTS:-}" != "true" ]; then
93
# (--use-built-binaries) use the kubectl, e2e.test, and ginkgo binaries built during --build as opposed to from a GCS release tarball
94
- TEST_ARGS="--test=ginkgo -- --v=5 --focus-regex=\[Conformance\] --skip-regex=\[Serial\] --parallel 20 --use-built-binaries"
+ TEST_ARGS="--test=ginkgo -- --focus-regex=\[Conformance\] --skip-regex=\[Serial\] --parallel 20 --use-built-binaries"
95
else
96
echo "Skipping running tests"
97
fi
0 commit comments