From d691b1eca2c6cfbe38840d8470c1210a3bd49730 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Mon, 9 Dec 2024 11:56:30 -0500 Subject: [PATCH] chore: Disable failing android tests --- azure-pipelines.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 51f7b6a49..ffb537111 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -218,8 +218,9 @@ stages: jobs: - template: build/stage-uitests-ios.yml -- stage: Android_Tests - displayName: 'Android Tests' - dependsOn: [] - jobs: - - template: build/stage-uitests-android.yml +# Disable for System.UI kept in front +# - stage: Android_Tests +# displayName: 'Android Tests' +# dependsOn: [] +# jobs: +# - template: build/stage-uitests-android.yml