Skip to content

Commit

Permalink
Add --verify-version-skew=false to kubemark test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarek committed Aug 18, 2016
1 parent 9696a27 commit 7e5770b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kubemark/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ else
ARGS=$@
fi

go run ./hack/e2e.go -v --test --test_args="--e2e-verify-service-account=false --dump-logs-on-failure=false ${ARGS}"
go run ./hack/e2e.go -v --check_version_skew=false --test --test_args="--e2e-verify-service-account=false --dump-logs-on-failure=false ${ARGS}"

0 comments on commit 7e5770b

Please sign in to comment.