1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/libnetwork_windows_test.go
Brian Goff b3c883bb2f Skip libnetwork integration tests on Windows
Most of these tests are making use of the bridge network and do not work
on Windows.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2021-06-02 16:53:29 +00:00

12 lines
170 B
Go

package libnetwork_test
import (
"os"
"path/filepath"
)
const bridgeNetType = "nat"
var (
specPath = filepath.Join(os.Getenv("programdata"), "docker", "plugins")
)