From 7ee2e24cfd4476739cf9ce68c6e95e87000219d9 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Sat, 6 Nov 2021 19:19:31 -0700 Subject: [PATCH] =?UTF-8?q?Revert=20"[Experiment=20=F0=9F=A7=AA]=20Reenabl?= =?UTF-8?q?e=20Integration=20Test=20App=20X64WebDebug=20(#9078)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 3ee1d3ad37df01b602d1413d34f1f0f20a319646. --- .ado/jobs/integration-test.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.ado/jobs/integration-test.yml b/.ado/jobs/integration-test.yml index 9def99788c..fe5c6f2e6f 100644 --- a/.ado/jobs/integration-test.yml +++ b/.ado/jobs/integration-test.yml @@ -10,11 +10,12 @@ parameters: default: - BuildEnvironment: PullRequest Matrix: - - Name: X64WebDebug - BuildPlatform: x64 - BuildConfiguration: Debug - DeployOptions: - UseHermes: false + # See #9015 + # - Name: X64ReleaseHermes + # BuildPlatform: x64 + # BuildConfiguration: Release + # DeployOptions: + # UseHermes: true - Name: X64ReleaseHermes BuildPlatform: x64 BuildConfiguration: Release @@ -27,11 +28,12 @@ parameters: BuildConfiguration: Debug DeployOptions: --no-deploy # We don't have Arm agents UseHermes: false - - Name: X64WebDebug - BuildPlatform: x64 - BuildConfiguration: Debug - DeployOptions: - UseHermes: false + # See #9015 + # - Name: X64ReleaseHermes + # BuildPlatform: x64 + # BuildConfiguration: Release + # DeployOptions: + # UseHermes: true - Name: X64ReleaseHermes BuildPlatform: x64 BuildConfiguration: Release