Commit 57890e5
authored
Stop running module_test_ios in devicelab and x64 Macs (#148264)
As of flutter/flutter#147934 `module_test_ios` is passing on non-devicelab machines. Remove the devicelab build and mark the arm non-devicelab build as not flaky.
@vashworth's summary from flutter/flutter#112033 (comment):
> So I believe [the idea](flutter/flutter#141910) was to move `Mac_arm64_ios module_test_ios` to `Mac_arm64 module_test_ios` so it doesn't run on a devicelab bot.
>
> However, it fails when running on a chromium bot due to a `Trying to load an unsigned library` issue, even though it's using a simulator:
> https://ci.chromium.org/ui/p/flutter/builders/luci.flutter.staging/Mac_arm64%20module_test_ios
>
> It's unclear why, but it seemed that removing the [lines](flutter/flutter#112033 (comment)) that force disabling of codesigning allowed it to run. [@godofredoc was going to do a follow up PR to fix it](flutter/flutter#141910 (comment)), but it was probably forgotten.
Also remove the x64 version of this test, since there's nothing arch-specific going on here and it happens to be flaky due to an infrastructure issues.
Fixes flutter/flutter#112033
Fixes flutter/flutter#1446801 parent 39651e8 commit 57890e5
1 file changed
+0
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3864 | 3864 | | |
3865 | 3865 | | |
3866 | 3866 | | |
3867 | | - | |
3868 | | - | |
3869 | | - | |
3870 | | - | |
3871 | | - | |
3872 | | - | |
3873 | | - | |
3874 | | - | |
3875 | | - | |
3876 | | - | |
3877 | | - | |
3878 | | - | |
3879 | | - | |
3880 | | - | |
3881 | | - | |
3882 | | - | |
3883 | | - | |
3884 | | - | |
3885 | 3867 | | |
3886 | 3868 | | |
3887 | | - | |
3888 | 3869 | | |
3889 | 3870 | | |
3890 | 3871 | | |
| |||
3900 | 3881 | | |
3901 | 3882 | | |
3902 | 3883 | | |
3903 | | - | |
3904 | | - | |
3905 | | - | |
3906 | | - | |
3907 | | - | |
3908 | | - | |
3909 | | - | |
3910 | | - | |
3911 | | - | |
3912 | | - | |
3913 | | - | |
3914 | | - | |
3915 | | - | |
3916 | | - | |
3917 | 3884 | | |
3918 | 3885 | | |
3919 | 3886 | | |
| |||
0 commit comments