mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 13:14:05 +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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user