From c887f0ce5b5255d86bc1412db1be46dc5aed621c Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Thu, 3 Sep 2020 12:59:54 +0200 Subject: [PATCH] [chore] disable PowerRename unit tests in CI (#6319) --- .pipelines/ci/templates/build-powertoys-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/ci/templates/build-powertoys-steps.yml b/.pipelines/ci/templates/build-powertoys-steps.yml index 2f99e8ea50..e8f3bd3964 100644 --- a/.pipelines/ci/templates/build-powertoys-steps.yml +++ b/.pipelines/ci/templates/build-powertoys-steps.yml @@ -96,10 +96,10 @@ steps: testAssemblyVer2: | **\ImageResizer.Test.dll **\KeyboardManagerTest.dll - **\PowerRenameUnitTests.dll **\UnitTests-CommonLib.dll **\PreviewPaneUnitTests.dll #this is the markdown tests **\UnitTests-PreviewHandlerCommon.dll **\UnitTests-SvgPreviewHandler.dll **\powerpreviewTest.dll !**\obj\** +# **\PowerRenameUnitTests.dll \ No newline at end of file