mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Merge pull request #14456 from brendandburns/flakes3
Turn off race detection in the etcd tools test as etcd client isn't thread safe.
This commit is contained in:
commit
0c10d11207
@ -1,4 +1,4 @@
|
||||
// +build integration,!no-etcd
|
||||
// +build integration,!no-etcd,!race
|
||||
|
||||
/*
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user