From 1dae8fa8f301a81eaaa02b21f6537967fd66a889 Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Wed, 21 Sep 2022 16:59:53 +0100 Subject: [PATCH] [ci]Enable tests that depend on WebView2 again (#20743) --- .pipelines/ci/templates/build-powertoys-steps.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.pipelines/ci/templates/build-powertoys-steps.yml b/.pipelines/ci/templates/build-powertoys-steps.yml index e52fd16188..8ac45cce1b 100644 --- a/.pipelines/ci/templates/build-powertoys-steps.yml +++ b/.pipelines/ci/templates/build-powertoys-steps.yml @@ -197,14 +197,12 @@ steps: **\Microsoft.PowerToys.Run.Plugin.TimeZone.UnitTests.dll **\Microsoft.Plugin.WindowsTerminal.UnitTests.dll **\Microsoft.Plugin.WindowWalker.UnitTests.dll + **\PreviewPaneUnitTests.dll + **\UnitTests-SvgThumbnailProvider.dll + **\UnitTests-SvgPreviewHandler.dll !**\obj\** !**\ref\** -# TODO: Enable these tests after figuring out what caused the tests that depend on WebView2 to start timing out in CI. -# **\PreviewPaneUnitTests.dll # It's UnitTests-MarkdownPreviewHandler -# **\UnitTests-SvgThumbnailProvider.dll -# **\UnitTests-SvgPreviewHandler.dll - # Native dlls - task: VSTest@2 condition: ne(variables['BuildPlatform'],'arm64') # No arm64 agents to run the tests.