Skip to content

Commit 52a210f

Browse files
authored
Merge pull request #1947 from belm0/disable_av_lsp
Disable Windows "with IFS LSP" test based on Spyware Doctor AV
2 parents 6754c74 + a2d60c8 commit 52a210f

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)