From 17204bfd2b87304a42e38bb19cd52ab197022898 Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Fri, 18 Oct 2024 14:27:16 -0500 Subject: [PATCH] Re-enable Android too --- .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 bfc87244d3..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