Enable go race detection for bazel tests.

There are a couple tests that need to run without race detection
enabled. See issue 39649 for details.

Kubernetes-commit: d4676b67539419aced720772b13f556de8065fc1
This commit is contained in:
Joe Finney 2017-09-13 13:41:58 -07:00 committed by Kubernetes Publisher
parent 7dbd7b4f83
commit 88ea2eef1a

1
tools/cache/BUILD vendored
View File

@ -22,6 +22,7 @@ go_test(
"store_test.go",
"undelta_store_test.go",
],
features = ["-race"],
library = ":go_default_library",
deps = [
"//vendor/github.com/google/gofuzz:go_default_library",