浏览代码

Merge pull request #1803 from dotcloud/1802-skip-TestGetContainersTop

testing, issue #1802: Temporarily skip TestGetContainersTop
Victor Vieux 12 年之前
父节点
当前提交
908bb65dcf
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      api_test.go

+ 1 - 0
api_test.go

@@ -449,6 +449,7 @@ func TestGetContainersChanges(t *testing.T) {
 }
 
 func TestGetContainersTop(t *testing.T) {
+        t.Skip("Fixme. Skipping test for now. Reported error when testing using dind: 'api_test.go:527: Expected 2 processes, found 0.'")
 	runtime, err := newTestRuntime()
 	if err != nil {
 		t.Fatal(err)