From a2d60c803554f560a93df90f6c46acf6bb41e289 Mon Sep 17 00:00:00 2001 From: John Belmonte Date: Mon, 5 Apr 2021 22:28:28 +0900 Subject: [PATCH] Disable Windows "with IFS LSP" test based on Spyware Doctor AV, since we lost the installer binary. Closes #1938 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e5290e623..969e460054 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,11 +30,11 @@ jobs: lsp: 'https://www.proxifier.com/download/legacy/ProxifierSetup342.exe' lsp_extract_file: '' extra_name: ', with IFS LSP' - - python: '3.8' - arch: 'x64' - lsp: 'http://download.pctools.com/mirror/updates/9.0.0.2308-SDavfree-lite_en.exe' - lsp_extract_file: '' - extra_name: ', with non-IFS LSP' + #- python: '3.8' + # arch: 'x64' + # lsp: 'http://download.pctools.com/mirror/updates/9.0.0.2308-SDavfree-lite_en.exe' + # lsp_extract_file: '' + # extra_name: ', with non-IFS LSP' steps: - name: Checkout uses: actions/checkout@v2