Add task.Metrics to windows
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user