Merge pull request #1572 from dotcloud/1431-disable-TestContainerTop

Tests: testing, issue #1431: Temporarely disable TestContainerTop from the testsuite
This commit is contained in:
Guillaume J. Charmes 2013-08-16 14:49:02 -07:00
commit 9ce577782c
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ func TestRunWithTooLowMemoryLimit(t *testing.T) {
}
func TestContainerTop(t *testing.T) {
t.Skip("Fixme. Skipping test for now. Reported error: 'server_test.go:236: Expected 2 processes, found 1.'")
runtime := mkRuntime(t)
srv := &Server{runtime: runtime}
defer nuke(runtime)