Skip pkg download test on Windows... for now

This commit is contained in:
Shane Lee 2024-07-26 14:00:57 -06:00 committed by Daniel Wozniak
parent a2b850557c
commit e1d3c747e8

View file

@ -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):
"""