Skip to content

Commit 0e64098

Browse files
committed
remove --v arg from kubetest2-tester-ginkgo test args
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent 7dd624d commit 0e64098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/testing-manifests/auth/encrypt/run-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ create_cluster_and_run_test() {
9191
TEST_ARGS=""
9292
if [ "${SKIP_RUN_TESTS:-}" != "true" ]; then
9393
# (--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"
94+
TEST_ARGS="--test=ginkgo -- --focus-regex=\[Conformance\] --skip-regex=\[Serial\] --parallel 20 --use-built-binaries"
9595
else
9696
echo "Skipping running tests"
9797
fi

0 commit comments

Comments
 (0)