Turn off race detection in the etcd tools test as etcd client isn't thread safe

This commit is contained in:
Brendan Burns 2015-09-23 16:22:21 -07:00
parent a24ad6a931
commit d3379e72be
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.