Skip to content

Commit

Permalink
Eliminate verify_framework presubmit step (flutter#17617)
Browse files Browse the repository at this point in the history
This was originally added in 3c1c3e2 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.
  • Loading branch information
cbracken authored Apr 9, 2020
1 parent 27ec818 commit 2a86257
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a86257

Please sign in to comment.