Skip to content

Commit

Permalink
TestGetDockerIDList is commented out
Browse files Browse the repository at this point in the history
It always fail if non-docker environment.
  • Loading branch information
shirou committed Jun 10, 2014
1 parent 9ce676d commit 12c0e66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker_linux_test.go
Expand Up @@ -7,12 +7,14 @@ import (
)

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

func TestCgroupCPU(t *testing.T) {
Expand Down

0 comments on commit 12c0e66

Please sign in to comment.