mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Skip pkg download test on Windows... for now
This commit is contained in:
parent
a2b850557c
commit
e1d3c747e8
1 changed files with 1 additions and 0 deletions
|
@ -598,6 +598,7 @@ def salt_test_command(request, install_dir):
|
|||
return command
|
||||
|
||||
|
||||
@pytest.mark.skip_on_windows(reason="This is flaky on Windows")
|
||||
@pytest.mark.parametrize("salt_test_command", get_salt_test_commands(), indirect=True)
|
||||
def test_download(shell, salt_test_command):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue