Browse code

Integration: exclude IPVlan test-suite on Windows

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2019/07/11 17:10:37
Showing 2 changed files
... ...
@@ -1,3 +1,5 @@
1
+// +build !windows
2
+
1 3
 package ipvlan // import "github.com/docker/docker/integration/network/ipvlan"
2 4
 
3 5
 import (
4 6
new file mode 100644
... ...
@@ -0,0 +1 @@
0
+package ipvlan // import "github.com/docker/docker/integration/network/ipvlan"