mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Use race="off" mode instead of disabling race feature
This commit is contained in:
parent
efee0704c6
commit
a532ecd704
@ -120,8 +120,8 @@ go_test(
|
||||
"master_test.go",
|
||||
],
|
||||
embed = [":go_default_library"],
|
||||
features = ["-race"],
|
||||
importpath = "k8s.io/kubernetes/pkg/master",
|
||||
race = "off",
|
||||
deps = [
|
||||
"//pkg/api/legacyscheme:go_default_library",
|
||||
"//pkg/api/testapi:go_default_library",
|
||||
|
@ -23,8 +23,8 @@ go_test(
|
||||
"undelta_store_test.go",
|
||||
],
|
||||
embed = [":go_default_library"],
|
||||
features = ["-race"],
|
||||
importpath = "k8s.io/client-go/tools/cache",
|
||||
race = "off",
|
||||
deps = [
|
||||
"//vendor/github.com/google/gofuzz:go_default_library",
|
||||
"//vendor/k8s.io/api/core/v1:go_default_library",
|
||||
|
Loading…
Reference in New Issue
Block a user