diff options
Diffstat (limited to 'runsc/container')
-rw-r--r-- | runsc/container/container_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runsc/container/container_test.go b/runsc/container/container_test.go index 4d44e7abe..7f2bac4b8 100644 --- a/runsc/container/container_test.go +++ b/runsc/container/container_test.go @@ -1366,6 +1366,7 @@ func TestAbbreviatedIDs(t *testing.T) { // TestMultiContainerSanity checks that it is possible to run 2 dead-simple // containers in the same sandbox. func TestMultiContainerSanity(t *testing.T) { + t.Skip("Test is flakey.") // TODO: Remove. for _, conf := range configs(all...) { t.Logf("Running test with conf: %+v", conf) @@ -1438,6 +1439,7 @@ func TestMultiContainerSanity(t *testing.T) { } func TestMultiContainerWait(t *testing.T) { + t.Skip("Test is flakey.") // TODO: Remove. containerIDs := []string{ testutil.UniqueContainerID(), testutil.UniqueContainerID(), |