diff --git a/.ci.yaml b/.ci.yaml index 0c75578116e..22a6b3539c2 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -246,11 +246,9 @@ targets: channel: master - name: Linux_android custom_package_tests stable - bringup: true # Blocked on https://github.com/flutter/flutter/issues/130071 recipe: packages/packages timeout: 30 properties: - add_recipes_cq: "true" version_file: flutter_stable.version target_file: linux_custom_package_tests.yaml cores: "32" diff --git a/.cirrus.yml b/.cirrus.yml index b995936fdc0..7a259df6aa4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -157,16 +157,6 @@ task: cpu: 4 memory: 16G matrix: - ### Platform-agnostic tasks ### - - name: linux-custom_package_tests - env: - PATH: $PATH:/usr/local/bin - # Master has been migrated to LUCI, but stable is blocked on - # https://github.com/flutter/flutter/issues/130071 - CHANNEL: "stable" - << : *INSTALL_CHROME_LINUX - local_tests_script: - - ./script/tool_runner.sh custom-test ### Android tasks ### - name: android-platform_tests # Don't run full platform tests on both channels in pre-submit.