TestGetDockerIDList is commented out

It always fail if non-docker environment.
pull/4/head
Shirou WAKAYAMA 11 years ago
parent 9ce676d9c7
commit 12c0e66d9c

@ -7,12 +7,14 @@ import (
) )
func TestGetDockerIDList(t *testing.T) { func TestGetDockerIDList(t *testing.T) {
// If there is not docker environment, this test always fail.
// not tested here
/*
_, err := GetDockerIDList() _, err := GetDockerIDList()
if err != nil { if err != nil {
t.Errorf("error %v", err) t.Errorf("error %v", err)
} }
// If there is not docker environment, this test always fail. */
// not tested here
} }
func TestCgroupCPU(t *testing.T) { func TestCgroupCPU(t *testing.T) {

Loading…
Cancel
Save