From 2a8625791a29304ba436d48c2b9c20169f9bd6a3 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 (#17617) 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 d672e76ec..5dbeef441 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 -- GitLab