Integration: exclude IPVlan test-suite on Windows

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-07-11 10:10:37 +02:00
parent 93b28677bf
commit 4060a7026c
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build !windows
package ipvlan // import "github.com/docker/docker/integration/network/ipvlan"
import (

View File

@ -0,0 +1 @@
package ipvlan // import "github.com/docker/docker/integration/network/ipvlan"