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
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ func TestInfoAPIWarnings(t *testing.T) {
func TestInfoDebug(t *testing.T) {
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.Start(t, "--debug")