From 98d97e488ffad649d236ae4bb8f8d98934ab9ff2 Mon Sep 17 00:00:00 2001 From: David Murphy < dmurphy@saltstack.com> Date: Thu, 4 Jan 2024 13:46:15 -0700 Subject: [PATCH] Adjusted skip for test_windows_env_handling --- tests/pytests/functional/modules/test_cmdmod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytests/functional/modules/test_cmdmod.py b/tests/pytests/functional/modules/test_cmdmod.py index 3f751869e59..03eb579f2c4 100644 --- a/tests/pytests/functional/modules/test_cmdmod.py +++ b/tests/pytests/functional/modules/test_cmdmod.py @@ -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): """