From 2d1cd482cf97eef5136a59bd02ee3c62690278ae Mon Sep 17 00:00:00 2001 From: Todd Volkert Date: Mon, 17 Jun 2019 20:27:04 -0700 Subject: [PATCH] Temporarily allow failures on the docs shard (#34618) https://github.com/flutter/flutter/issues/34435 --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 6907b6259f..2458cf1e62 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -25,6 +25,8 @@ task: setup_script: ./dev/bots/cirrus_setup.sh matrix: - name: docs + # TODO(flutter/flutter#34435): remove allow_failures + allow_failures: true env: SHARD: docs # For uploading master docs to Firebase master branch staging site