mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
b71fdf1144
commit
682af7ed8e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user