Skip to content

Commit b917a64

Browse files
authored
Enable mac yml tests (#189)
1 parent 03e2b99 commit b917a64

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.ado/apple-pr.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ jobs:
2929
xcode_sdk: macosx
3030
xcode_scheme: 'RNTester-macOS'
3131
xcode_destination: 'platform=macOS,arch=x86_64'
32-
# TODO: There's a build failure on ADO Mac VMs where XCodeHelper lost Accessibility permission to control the computer. The issue is tracked here
33-
# https://developercommunity.visualstudio.com/content/problem/788271/xcode-helper-not-configured-for-accessibility-on-m.html
34-
# To unblock Mac loop builds, we need to temporarily disable integration tests since they consistently fail without proper access. Once the ticket is resolved, we can uncomment the tests below.
35-
xcode_actions_debug: 'build'
32+
xcode_actions_debug: 'build test'
3633
xcode_actions_release: 'build'
3734
pool:
3835
vmImage: macOS-10.14

0 commit comments

Comments
 (0)