Skip to content

Commit a2d60c8

Browse files
committed
Disable Windows "with IFS LSP" test based on Spyware Doctor AV,
since we lost the installer binary. Closes #1938
1 parent 6754c74 commit a2d60c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
lsp: 'https://www.proxifier.com/download/legacy/ProxifierSetup342.exe'
3131
lsp_extract_file: ''
3232
extra_name: ', with IFS LSP'
33-
- python: '3.8'
34-
arch: 'x64'
35-
lsp: 'http://download.pctools.com/mirror/updates/9.0.0.2308-SDavfree-lite_en.exe'
36-
lsp_extract_file: ''
37-
extra_name: ', with non-IFS LSP'
33+
#- python: '3.8'
34+
# arch: 'x64'
35+
# lsp: 'http://download.pctools.com/mirror/updates/9.0.0.2308-SDavfree-lite_en.exe'
36+
# lsp_extract_file: ''
37+
# extra_name: ', with non-IFS LSP'
3838
steps:
3939
- name: Checkout
4040
uses: actions/checkout@v2

0 commit comments

Comments
 (0)