From 19eb8a5132fb51773c522d1b59f3d7b63975fd79 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Fri, 18 May 2018 10:45:03 -0700 Subject: [PATCH] clientv3/integration: do not run fragmentation tests with gRPC Proxy Signed-off-by: Gyuho Lee --- clientv3/integration/watch_fragment_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clientv3/integration/watch_fragment_test.go b/clientv3/integration/watch_fragment_test.go index df9f005bd..dd6a8448f 100644 --- a/clientv3/integration/watch_fragment_test.go +++ b/clientv3/integration/watch_fragment_test.go @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build !cluster_proxy + package integration import (