mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
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:
parent
7d97208ef7
commit
a6c3af0226
@ -1,3 +1,5 @@
|
||||
// +build linux
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user