1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #40155 from thaJeztah/skip_testinfodebug

Integration: skip TestInfoDebug on Windows
This commit is contained in:
Tibor Vass 2019-10-30 14:09:28 -07:00 committed by GitHub
commit 7cb46617fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,7 @@ func TestInfoAPIWarnings(t *testing.T) {
func TestInfoDebug(t *testing.T) { func TestInfoDebug(t *testing.T) {
skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon") skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
skip.If(t, testEnv.DaemonInfo.OSType == "windows", "FIXME: test starts daemon with -H unix://.....")
d := daemon.New(t) d := daemon.New(t)
d.Start(t, "--debug") d.Start(t, "--debug")