From 454f1d069513fef2bd920462c8914445264fa148 Mon Sep 17 00:00:00 2001 From: Peter Bourgon Date: Thu, 6 Jun 2019 11:58:13 +0200 Subject: [PATCH] sd/{etcd,etcdv3}: disable flaky integration tests --- sd/etcd/integration_test.go | 2 +- sd/etcdv3/integration_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sd/etcd/integration_test.go b/sd/etcd/integration_test.go index 5ec3baca6..70fe85ba5 100644 --- a/sd/etcd/integration_test.go +++ b/sd/etcd/integration_test.go @@ -1,4 +1,4 @@ -// +build integration +// +build flaky_integration package etcd diff --git a/sd/etcdv3/integration_test.go b/sd/etcdv3/integration_test.go index 53731b2d9..3864946dd 100644 --- a/sd/etcdv3/integration_test.go +++ b/sd/etcdv3/integration_test.go @@ -1,4 +1,4 @@ -// +build integration +// +build flaky_integration package etcdv3