Adjusted skip for test_windows_env_handling

This commit is contained in:
David Murphy 2024-01-04 13:46:15 -07:00
parent 0fb45dbf3f
commit 98d97e488f
No known key found for this signature in database
GPG key ID: 2A0B9ABC42BBA5E9

View file

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