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
pull/6/head
Davanum Srinivas 2017-07-05 18:05:12 -04:00
parent 7d97208ef7
commit a6c3af0226
1 changed files with 2 additions and 0 deletions

View File

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