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.
This commit is contained in:
Chris Bracken 2020-04-09 15:22:22 -07:00 committed by GitHub
parent b71fdf1144
commit 682af7ed8e

View File

@ -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