From f2c1a79c7b345a4d3c993c5c8a2c4303678cf2e8 Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Thu, 9 Apr 2020 15:00:04 -0700 Subject: [PATCH] Eliminate verify_framework presubmit step This was originally added in 3c1c3e26d4e96d8f6f7a313b5e609da3c164378d 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. --- .cirrus.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index d672e76ec8e93..5dbeef441a142 100644 --- a/.cirrus.yml +++ b/.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