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:
commit
7cb46617fc
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue