![auto-submit[bot]](/assets/img/avatar_default.png)
Reverts: flutter/flutter#156440 Initiated by: zanderso Reason for reverting: Failing in post submit with ``` [2024-10-08 18:00:22.743647] [STDOUT] stdout: [!] CocoaPods could not find compatible versions for pod "Google-Mobile-Ads-SDK": [2024-10-08 18:00:22.743695] [STDOUT] stdout: In Podfile: [2024-10-08 18:00:22.743718] [STDOUT] stdout: google_mobile_ads (from `.symlinks/plugins/google_mobile_ads/ios`) was resolved t Original PR Author: flutter-pub-roller-bot Reviewed By: {fluttergithubbot} This change reverts the following previous change: This PR was generated by `flutter update-packages --force-upgrade`.
Forbidden from release tests
This program compiles the Dart portions of a Flutter application to the
AOT format used for release builds, and verifies that debugging related types
are not retained. By default, it uses the //examples/hello_world
application
in this repository.
This harness is invoked from dev/bots/test.dart
. By default it uses the
examples/hello_world.dart
as if it were being compiled for Android arm64
release. New forbidden types may be added by adding more --forbidden-type
options in the runForbiddenFromReleaseTests
method in dev/bots/test.dart