mirror of
https://github.com/kubernetes/client-go.git
synced 2025-07-31 06:41:52 +00:00
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:
parent
7dbd7b4f83
commit
88ea2eef1a
1
tools/cache/BUILD
vendored
1
tools/cache/BUILD
vendored
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user