mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
[ci][test]Disable tests that depend on WebView2 (#19078)
* [ci][test]Disable tests that depend on WebView2 * Add actual dll name for markdown tests * Random commit to trigger CI again
This commit is contained in:
@@ -141,16 +141,12 @@ steps:
|
|||||||
testSelector: 'testAssemblies'
|
testSelector: 'testAssemblies'
|
||||||
testAssemblyVer2: |
|
testAssemblyVer2: |
|
||||||
**\UnitTests-GcodeThumbnailProvider.dll
|
**\UnitTests-GcodeThumbnailProvider.dll
|
||||||
**\UnitTests-SvgThumbnailProvider.dll
|
|
||||||
**\UnitTests-StlThumbnailProvider.dll
|
**\UnitTests-StlThumbnailProvider.dll
|
||||||
**\UnitTests-PdfThumbnailProvider.dll
|
**\UnitTests-PdfThumbnailProvider.dll
|
||||||
**\Settings.UI.UnitTests.dll
|
**\Settings.UI.UnitTests.dll
|
||||||
**\UnitTests-MarkdownPreviewHandler.dll
|
|
||||||
**\UnitTests-GcodePreviewHandler.dll
|
**\UnitTests-GcodePreviewHandler.dll
|
||||||
**\UnitTests-PdfPreviewHandler.dll
|
**\UnitTests-PdfPreviewHandler.dll
|
||||||
**\UnitTests-SvgPreviewHandler.dll
|
|
||||||
**\UnitTests-PreviewHandlerCommon.dll
|
**\UnitTests-PreviewHandlerCommon.dll
|
||||||
**\PreviewPaneUnitTests.dll
|
|
||||||
**\Microsoft.PowerToys.Run.Plugin.Registry.UnitTests.dll
|
**\Microsoft.PowerToys.Run.Plugin.Registry.UnitTests.dll
|
||||||
**\UnitTest-ColorPickerUI.dll
|
**\UnitTest-ColorPickerUI.dll
|
||||||
**\Microsoft.Interop.Tests.dll
|
**\Microsoft.Interop.Tests.dll
|
||||||
@@ -168,6 +164,11 @@ steps:
|
|||||||
!**\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