From b2d47a727c3f807a9d8cdcee862a3a0d8878ebbb Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Thu, 22 Aug 2024 09:38:57 -0700 Subject: [PATCH] fix: Re-enable iOS E2E tests --- .ado/azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ado/azure-pipelines.yml b/.ado/azure-pipelines.yml index 2619081a23..d3b3668b8b 100644 --- a/.ado/azure-pipelines.yml +++ b/.ado/azure-pipelines.yml @@ -140,8 +140,7 @@ jobs: env: CCACHE_DISABLE: 1 - # Disable iOS E2E tests as they fail on macOS-13 images - # - template: templates/e2e-testing-ios.yml + - template: templates/e2e-testing-ios.yml # Windows bundling and end to end testing - job: WindowsPR