Merge pull request #38451 from thaJeztah/skip_test_info_warnings
Skip TestInfoAPIWarnings on remote daemons
This commit is contained in:
commit
3f7898cfcd
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ func TestInfoAPI(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestInfoAPIWarnings(t *testing.T) {
|
||||
skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
|
||||
skip.If(t, testEnv.DaemonInfo.OSType == "windows", "FIXME")
|
||||
d := daemon.New(t)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue