From 4506f9f455803d8983f1acbb36efa401b15bc955 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Sat, 26 Sep 2015 11:41:27 -0400 Subject: [PATCH] Linux bandwidth test doesn't work on Mac --- pkg/util/bandwidth/linux_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/util/bandwidth/linux_test.go b/pkg/util/bandwidth/linux_test.go index a1ac3e216b3..f725570ff86 100644 --- a/pkg/util/bandwidth/linux_test.go +++ b/pkg/util/bandwidth/linux_test.go @@ -1,3 +1,5 @@ +// +build linux + /* Copyright 2015 The Kubernetes Authors All rights reserved.