Skip to content

Commit 2578d97

Browse files
authored
Revert "Skip Xcode install on mac_mokey Android tests (#163685)" (#164581)
This reverts commit 2a6b015. Revert "Skip Xcode install on mac_mokey Android tests (#163685)" ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing.
1 parent 80aefeb commit 2578d97

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.ci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,6 @@ platform_properties:
252252
os: Mac-13|Mac-14
253253
cpu: x86
254254
device_type: "mokey"
255-
$flutter/osx_sdk : >-
256-
{
257-
"skip_xcode_install": true
258-
}
259255
mac_arm64_mokey:
260256
properties:
261257
dependencies: >-
@@ -266,10 +262,6 @@ platform_properties:
266262
os: Mac-13|Mac-14
267263
cpu: arm64
268264
device_type: "mokey"
269-
$flutter/osx_sdk : >-
270-
{
271-
"skip_xcode_install": true
272-
}
273265

274266
mac_pixel_7pro:
275267
properties:

0 commit comments

Comments
 (0)