From 7f2c303ac6583f370e06ad9ad121fa70db23c114 Mon Sep 17 00:00:00 2001 From: Don HO Date: Thu, 2 Nov 2023 13:32:41 +0100 Subject: [PATCH] Update appveyor.yml Disable FunctionList Unit tests. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d76e27ba8..186135a92 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -123,8 +123,8 @@ for: Copy-Item "$env:APPVEYOR_BUILD_FOLDER\PowerEditor\installer\filesForTesting\overrideMap.xml" -Destination "$env:APPVEYOR_BUILD_FOLDER\PowerEditor\bin\functionList" cd .\PowerEditor\Test\FunctionList\ - .\unitTestLauncher.ps1 - if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) } + #.\unitTestLauncher.ps1 + #if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) } cd ..\UrlDetection .\verifyUrlDetection.ps1