From c8d73980982be01f219de6cc8bcd472025db7828 Mon Sep 17 00:00:00 2001 From: cinder Date: Mon, 23 Dec 2024 18:34:26 -0600 Subject: [PATCH] Windows Tests are timing out. Disable for the moment. --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index bf3aeeb5..df4528cf 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -109,6 +109,7 @@ for: only: - job_name: Windows x64 Build + test: off after_build: # - ps: util/InstallRemotePfx.ps1 -PfxDownloadUrl $env:PfxDownloadUrl -PfxDownloadUser AppVeyor -PfxDownloadPasswd $env:PfxDownloadPasswd -PfxPasswd $env:PfxPassword # - ps: util/SignPackages.ps1 -PfxPasswd $env:PfxPassword