Skip to content

Commit

Permalink
Integration: remove unneeded platform check for IPVLAN tests
Browse files Browse the repository at this point in the history
These tests require a local daemon, and are not built on Windows

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Jul 11, 2019
1 parent aa8249a commit 1e4bd26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration/network/ipvlan/ipvlan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (

func TestDockerNetworkIpvlanPersistance(t *testing.T) {
// verify the driver automatically provisions the 802.1q link (di-dummy0.70)
skip.If(t, testEnv.DaemonInfo.OSType == "windows")
skip.If(t, testEnv.IsRemoteDaemon)
skip.If(t, !ipvlanKernelSupport(t), "Kernel doesn't support ipvlan")

Expand Down Expand Up @@ -50,7 +49,6 @@ func TestDockerNetworkIpvlanPersistance(t *testing.T) {
}

func TestDockerNetworkIpvlan(t *testing.T) {
skip.If(t, testEnv.DaemonInfo.OSType == "windows")
skip.If(t, testEnv.IsRemoteDaemon)
skip.If(t, !ipvlanKernelSupport(t), "Kernel doesn't support ipvlan")

Expand Down

0 comments on commit 1e4bd26

Please sign in to comment.