Merge pull request #243 from thaJeztah/18.09_skip_test_info_warnings
[18.09 backport] Skip TestInfoAPIWarnings on remote daemons Upstream-commit: 8ec9dcfad74d349f62233c9ba053535dbd6f1405 Component: engine
This commit is contained in:
@@ -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)
|
||||
c := d.NewClientT(t)
|
||||
|
||||
Reference in New Issue
Block a user