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:
Jerzy Szczepkowski 2015-09-24 09:56:53 +02:00
commit 0c10d11207
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build integration,!no-etcd
// +build integration,!no-etcd,!race
/*
Copyright 2014 The Kubernetes Authors All rights reserved.

View File

@ -1,4 +1,4 @@
// +build integration,!no-etcd
// +build integration,!no-etcd,!race
/*
Copyright 2014 The Kubernetes Authors All rights reserved.