Add task.Metrics to windows

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-09-05 13:57:12 -04:00
parent 8510512e7e
commit c07f7cab37
2 changed files with 7 additions and 0 deletions

View File

@@ -1309,6 +1309,9 @@ func TestDeleteContainerExecCreated(t *testing.T) {
}
func TestContainerMetrics(t *testing.T) {
if runtime.GOOS == "windows" {
t.Skip("metrics are currently not supported on windows")
}
t.Parallel()
client, err := newClient(t, address)