mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
disable race detector in test-cmd.sh
This commit is contained in:
parent
55d2868e9d
commit
4ee729ce5f
@ -170,7 +170,8 @@ if [[ ${WHAT} == "" || ${WHAT} =~ .*kubeadm.* ]] ; then
|
|||||||
# invoke the tests
|
# invoke the tests
|
||||||
make -C "${KUBE_ROOT}" test \
|
make -C "${KUBE_ROOT}" test \
|
||||||
WHAT=k8s.io/kubernetes/cmd/kubeadm/test/cmd \
|
WHAT=k8s.io/kubernetes/cmd/kubeadm/test/cmd \
|
||||||
KUBE_TIMEOUT=--timeout=240s
|
KUBE_TIMEOUT=--timeout=240s \
|
||||||
|
KUBE_RACE=""
|
||||||
|
|
||||||
# if we ONLY want to run kubeadm, then exit here.
|
# if we ONLY want to run kubeadm, then exit here.
|
||||||
if [[ ${WHAT} == "kubeadm" ]]; then
|
if [[ ${WHAT} == "kubeadm" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user