From 682af7ed8e7ad1c80813c5927ed00a17a17b12e4 Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Thu, 9 Apr 2020 15:22:22 -0700 Subject: [PATCH] Eliminate verify_framework presubmit step (flutter/engine#17617) This was originally added in 5600aee512fe8f8fc2c17da3dc871bea45d3e8f3 as a means of avoiding running framework tests if they're known to be failing, but given how flaky Cirrus infrastructure has historically been, the number of false positives is too high. --- engine/src/flutter/.cirrus.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/engine/src/flutter/.cirrus.yml b/engine/src/flutter/.cirrus.yml index d672e76ec8e..5dbeef441a1 100644 --- a/engine/src/flutter/.cirrus.yml +++ b/engine/src/flutter/.cirrus.yml @@ -100,9 +100,6 @@ task: mkdir -p $FRAMEWORK_PATH cd $FRAMEWORK_PATH git clone https://github.com/flutter/flutter.git - verify_framework_script: - - echo "Checking that the framework Cirrus test is not currently broken..." - - curl -s https://api.cirrus-ci.com/github/flutter/flutter.json | grep -q passing test_web_script: | cd $FRAMEWORK_PATH/flutter/dev/integration_tests/web ../../../bin/flutter config --local-engine=host_debug_unopt --no-analytics --enable-web