From c8e0f4d2ae8d74b7bdcc8d5c2ad1b6e0e1b3a10f Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Mon, 4 May 2015 14:56:09 -0400 Subject: [PATCH] Metrics tests can't run on Mac --- test/integration/metrics_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/metrics_test.go b/test/integration/metrics_test.go index ce9b85c8aba..6f04882a30d 100644 --- a/test/integration/metrics_test.go +++ b/test/integration/metrics_test.go @@ -1,4 +1,4 @@ -// +build integration,!no-etcd +// +build integration,!no-etcd,linux /* Copyright 2015 The Kubernetes Authors All rights reserved. @@ -30,6 +30,7 @@ import ( "github.com/GoogleCloudPlatform/kubernetes/pkg/client" "github.com/GoogleCloudPlatform/kubernetes/pkg/fields" "github.com/GoogleCloudPlatform/kubernetes/pkg/labels" + "github.com/golang/glog" "github.com/golang/protobuf/proto" prometheuspb "github.com/prometheus/client_model/go"