mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 11:38:15 +00:00
Turn off race detection in the etcd tools test as etcd client isn't thread safe
This commit is contained in:
parent
a24ad6a931
commit
d3379e72be
@ -1,4 +1,4 @@
|
|||||||
// +build integration,!no-etcd
|
// +build integration,!no-etcd,!race
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2014 The Kubernetes Authors All rights reserved.
|
Copyright 2014 The Kubernetes Authors All rights reserved.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build integration,!no-etcd
|
// +build integration,!no-etcd,!race
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2014 The Kubernetes Authors All rights reserved.
|
Copyright 2014 The Kubernetes Authors All rights reserved.
|
||||||
|
Loading…
Reference in New Issue
Block a user