mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Metrics tests can't run on Mac
This commit is contained in:
parent
fbe3ec7513
commit
c8e0f4d2ae
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue