diff --git a/engine/src/flutter/.cirrus.yml b/engine/src/flutter/.cirrus.yml index 728a4538cca..2d17926ed49 100644 --- a/engine/src/flutter/.cirrus.yml +++ b/engine/src/flutter/.cirrus.yml @@ -69,14 +69,6 @@ task: dart bin/parse_and_send.dart ../../../out/host_release/fml_benchmarks.json dart bin/parse_and_send.dart ../../../out/host_release/shell_benchmarks.json dart bin/parse_and_send.dart ../../../out/host_release/ui_benchmarks.json - - name: build_and_test_linux_release - compile_host_script: | - cd $ENGINE_PATH/src - ./flutter/tools/gn --runtime-mode=release - ninja -C out/host_release - test_host_script: | - cd $ENGINE_PATH/src - ./flutter/testing/run_tests.sh host_release # The following test depends on Flutter framework repo. It may fail if the # framework repo is currently broken.