From 56b6f0b8528f1a90d88fdf865751c5270e0d9804 Mon Sep 17 00:00:00 2001 From: Christopher Hogan Date: Fri, 8 Nov 2019 11:00:25 -0800 Subject: [PATCH] Enable mac yml tests --- .ado/apple-pr.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.ado/apple-pr.yml b/.ado/apple-pr.yml index 18edea39fcae29..4c08133b46b5eb 100644 --- a/.ado/apple-pr.yml +++ b/.ado/apple-pr.yml @@ -29,10 +29,7 @@ jobs: xcode_sdk: macosx xcode_scheme: 'RNTester-macOS' xcode_destination: 'platform=macOS,arch=x86_64' -# TODO: There's a build failure on ADO Mac VMs where XCodeHelper lost Accessibility permission to control the computer. The issue is tracked here -# https://developercommunity.visualstudio.com/content/problem/788271/xcode-helper-not-configured-for-accessibility-on-m.html -# 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. - xcode_actions_debug: 'build' + xcode_actions_debug: 'build test' xcode_actions_release: 'build' pool: vmImage: macOS-10.14