mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #48517 from dims/fix-tests-on-osx
Automatic merge from submit-queue (batch tested with PRs 50029, 48517, 49739, 49866, 49782) iptables_test should not run on OSX or Windows **What this PR does / why we need it**: Fix for failing tests. Let's just skip these on darwin and windows platforms as iptables is not available on these. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # Fixes #48509 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
This commit is contained in:
commit
ce27fa6359
@ -1,3 +1,5 @@
|
||||
// +build linux
|
||||
|
||||
/*
|
||||
Copyright 2014 The Kubernetes Authors.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user