diff --git a/hack/make-rules/test-integration.sh b/hack/make-rules/test-integration.sh index f0f040c682b..d6359259a12 100755 --- a/hack/make-rules/test-integration.sh +++ b/hack/make-rules/test-integration.sh @@ -67,8 +67,7 @@ runTests() { kube::etcd::start kube::log::status "Running integration test cases" - # TODO: Re-enable race detection when we switch to a thread-safe etcd client - # KUBE_RACE="-race" + KUBE_RACE="-race" make -C "${KUBE_ROOT}" test \ WHAT="${WHAT:-$(kube::test::find_integration_test_dirs | paste -sd' ' -)}" \ KUBE_GOFLAGS="${KUBE_GOFLAGS:-}" \