Skip to content

Commit

Permalink
Metrics tests can't run on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed May 4, 2015
1 parent fbe3ec7 commit c8e0f4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/metrics_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build integration,!no-etcd
// +build integration,!no-etcd,linux

/*
Copyright 2015 The Kubernetes Authors All rights reserved.
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c8e0f4d

Please sign in to comment.