Temporarily skip multi-container tests in container_test until deflaked.

PiperOrigin-RevId: 209679235
Change-Id: I527e779eeb113d0c162f5e27a2841b9486f0e39f
This commit is contained in:
Kevin Krakauer
2018-08-21 16:21:05 -07:00
committed by Shentubot
parent a316f83977
commit ae68e9e751
+2
View File
@@ -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(),