Integration: exclude IPVlan test-suite on Windows
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
93b28677bf
commit
4060a7026c
2 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// +build !windows
|
||||
|
||||
package ipvlan // import "github.com/docker/docker/integration/network/ipvlan"
|
||||
|
||||
import (
|
||||
|
|
1
integration/network/ipvlan/main_windows_test.go
Normal file
1
integration/network/ipvlan/main_windows_test.go
Normal file
|
@ -0,0 +1 @@
|
|||
package ipvlan // import "github.com/docker/docker/integration/network/ipvlan"
|
Loading…
Add table
Reference in a new issue