Skip to content

Commit

Permalink
Merge pull request kubernetes#30866 from gmarek/kubemark
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Add --verify-version-skew=false to kubemark test runner

To make it work well locally.
  • Loading branch information
Kubernetes Submit Queue authored Aug 18, 2016
2 parents 6824f4c + 7e5770b commit b5a85eb
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 b5a85eb

Please sign in to comment.