mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
[ci]Enable tests that depend on WebView2 again (#20743)
This commit is contained in:
@@ -197,14 +197,12 @@ steps:
|
|||||||
**\Microsoft.PowerToys.Run.Plugin.TimeZone.UnitTests.dll
|
**\Microsoft.PowerToys.Run.Plugin.TimeZone.UnitTests.dll
|
||||||
**\Microsoft.Plugin.WindowsTerminal.UnitTests.dll
|
**\Microsoft.Plugin.WindowsTerminal.UnitTests.dll
|
||||||
**\Microsoft.Plugin.WindowWalker.UnitTests.dll
|
**\Microsoft.Plugin.WindowWalker.UnitTests.dll
|
||||||
|
**\PreviewPaneUnitTests.dll
|
||||||
|
**\UnitTests-SvgThumbnailProvider.dll
|
||||||
|
**\UnitTests-SvgPreviewHandler.dll
|
||||||
!**\obj\**
|
!**\obj\**
|
||||||
!**\ref\**
|
!**\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
|
# Native dlls
|
||||||
- task: VSTest@2
|
- task: VSTest@2
|
||||||
condition: ne(variables['BuildPlatform'],'arm64') # No arm64 agents to run the tests.
|
condition: ne(variables['BuildPlatform'],'arm64') # No arm64 agents to run the tests.
|
||||||
|
|||||||
Reference in New Issue
Block a user