mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Adjusted skip for test_windows_env_handling
This commit is contained in:
parent
0fb45dbf3f
commit
98d97e488f
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ def test_cmd_run_whoami(cmdmod, running_username):
|
|||
@pytest.mark.skip_on_windows(
|
||||
reason="Skip on Windows, Windows enviroment issues for this test - test needs fixing"
|
||||
)
|
||||
## @pytest.mark.skip_unless_on_windows
|
||||
@pytest.mark.skip_on_linux
|
||||
@pytest.mark.slow_test
|
||||
def test_windows_env_handling(cmdmod):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue