mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Enable *_module_test_ios
tests that are skipped on presubmit. (#162892)
@vashworth fixed the underlying issue in https://github.com/flutter/flutter/issues/150642. There doesn't seem to be anything specific to iOS/macOS that is regularly failing: - https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_arm64%20module_test_ios - https://ci.chromium.org/ui/p/flutter/builders/luci.flutter.prod/Mac_arm64%20build_ios_framework_module_test - https://ci.chromium.org/ui/p/flutter/builders/luci.flutter.prod/Linux%20build_aar_module_test - https://ci.chromium.org/ui/p/flutter/builders/luci.flutter.prod/Mac%20build_ios_framework_module_test
This commit is contained in:
parent
75df59e62f
commit
8ca08577a5
4
.ci.yaml
4
.ci.yaml
@ -3542,8 +3542,6 @@ targets:
|
||||
- name: Mac build_ios_framework_module_test
|
||||
recipe: devicelab/devicelab_drone
|
||||
timeout: 60
|
||||
# Flake rate of >3.5% in presubmit
|
||||
presubmit: false # https://github.com/flutter/flutter/issues/150642
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
dependencies: >-
|
||||
@ -4122,8 +4120,6 @@ targets:
|
||||
- name: Mac_arm64 module_test_ios
|
||||
recipe: devicelab/devicelab_drone
|
||||
timeout: 60
|
||||
# Flake rate of >10% in presubmit
|
||||
presubmit: false # https://github.com/flutter/flutter/issues/150642
|
||||
properties:
|
||||
dependencies: >-
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user