Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
Disable FunctionList Unit tests.
  • Loading branch information
donho authored Nov 2, 2023
1 parent c5477ee commit 7f2c303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f2c303

Please sign in to comment.