iptables_test should not run on OSX or Windows

Fix for failing tests. Let's just skip building iptables_test.go
on non-linux platforms.

Fixes #48509
This commit is contained in:
Davanum Srinivas 2017-07-05 18:05:12 -04:00
parent 7d97208ef7
commit a6c3af0226

View File

@ -1,3 +1,5 @@
// +build linux
/*
Copyright 2014 The Kubernetes Authors.