From 7d0e17530b3cafa7d13164c2f990d61e435226e8 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Wed, 10 Oct 2018 11:59:07 +0100 Subject: [PATCH] ci(docs-infra): allow `aio_local` builds to fail on Travis (#26366) This job is flaky (up to 50%!) so let's allow it to fail while we investigate the reason. PR Close #26366 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 86ed8d2ba2..57cda7bfa2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,6 +56,7 @@ env: matrix: fast_finish: true allow_failures: + - env: "CI_MODE=aio_local" - env: "CI_MODE=saucelabs_optional" - env: "CI_MODE=browserstack_optional"