diff --git a/.ado/azure-pipelines.yml b/.ado/azure-pipelines.yml index de4039b839..5bf2d0d7a9 100644 --- a/.ado/azure-pipelines.yml +++ b/.ado/azure-pipelines.yml @@ -59,8 +59,7 @@ jobs: displayName: 'yarn bundle $(platform)' # builds a debug apk and runs E2E tests on it - # Disable as Android E2E tests are failing - # - template: templates/e2e-testing-android.yml + - template: templates/e2e-testing-android.yml - job: macOSPR displayName: macOS PR @@ -138,8 +137,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 diff --git a/.ado/templates/e2e-testing-ios.yml b/.ado/templates/e2e-testing-ios.yml index 2207cd9666..5b078367e6 100644 --- a/.ado/templates/e2e-testing-ios.yml +++ b/.ado/templates/e2e-testing-ios.yml @@ -11,6 +11,10 @@ steps: condition: succeeded() displayName: 'Create success build variable' + - script: | + open -a "simulator" + displayName: Open Simulator + - script: | yarn e2etest:ios workingDirectory: apps/E2E