From de827e60689c083146cd3fdb3d56b23a9ba924c5 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Thu, 8 Feb 2024 20:49:52 -0800 Subject: [PATCH] Update run-ui-tests-ci.yml --- .pipelines/ci/templates/run-ui-tests-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index 6fe2eda973..82872dec80 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -40,7 +40,7 @@ jobs: displayName: 'Start - WinAppDriver' inputs: OperationType: Start - WADArguments: 127.0.0.1 4723 + #WADArguments: 127.0.0.1 4723 - task: VSTest@2 displayName: 'UI Tests'