Unverified Commit 12b8e0cb authored by Chris Yang's avatar Chris Yang Committed by GitHub

add gem dependency to the ios_app_with_extensions_test (#131713)

Adds gem dependency to the tests 

Fixes https://github.com/flutter/flutter/issues/131693
parent aa77d1f4
...@@ -3769,6 +3769,10 @@ targets: ...@@ -3769,6 +3769,10 @@ targets:
presubmit: false presubmit: false
timeout: 60 timeout: 60
properties: properties:
dependencies: >-
[
{"dependency": "gems", "version": "v3.3.14"}
]
tags: > tags: >
["devicelab", "hostonly", "mac"] ["devicelab", "hostonly", "mac"]
task_name: ios_app_with_extensions_test task_name: ios_app_with_extensions_test
...@@ -3779,6 +3783,10 @@ targets: ...@@ -3779,6 +3783,10 @@ targets:
presubmit: false presubmit: false
timeout: 60 timeout: 60
properties: properties:
dependencies: >-
[
{"dependency": "gems", "version": "v3.3.14"}
]
tags: > tags: >
["devicelab", "hostonly", "mac", "arm64"] ["devicelab", "hostonly", "mac", "arm64"]
task_name: ios_app_with_extensions_test task_name: ios_app_with_extensions_test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment