From 40e79e7bb24460328c148a30351c4388b54f660f Mon Sep 17 00:00:00 2001 From: seraphima Date: Mon, 26 Feb 2024 11:05:43 +0100 Subject: [PATCH] remove task --- .pipelines/ci/templates/run-ui-tests-ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index b590b376d0..e230f8d2ac 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -40,12 +40,6 @@ jobs: inputs: displaySettings: 'optimal' - - task: Windows Application Driver@0 - displayName: 'Start - WinAppDriver' - inputs: - OperationType: 'Start' - #WADArguments: 127.0.0.1 4723 - - task: VSTest@2 displayName: 'UI Tests' condition: and(succeeded(), ne(variables['BuildPlatform'],'arm64')) # No arm64 agents to run the tests. @@ -63,9 +57,3 @@ jobs: **\UITests-FancyZonesEditor.dll !**\obj\** !**\ref\** - - - task: Windows Application Driver@0 - displayName: 'Stop - WinAppDriver' - inputs: - OperationType: 'Stop' - condition: succeededOrFailed()