From ae68e9e7513083411875110bd31bd89ac3a58cb7 Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Tue, 21 Aug 2018 16:19:59 -0700 Subject: Temporarily skip multi-container tests in container_test until deflaked. PiperOrigin-RevId: 209679235 Change-Id: I527e779eeb113d0c162f5e27a2841b9486f0e39f --- runsc/container/container_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runsc/container') 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(), -- cgit v1.2.3