diff --git a/tests/integration/modules/test_cmdmod.py b/tests/integration/modules/test_cmdmod.py index 18b97cb4de9a..7a1c04c62164 100644 --- a/tests/integration/modules/test_cmdmod.py +++ b/tests/integration/modules/test_cmdmod.py @@ -225,6 +225,7 @@ def test_blacklist_glob(self): ) @pytest.mark.slow_test + @pytest.mark.skip_on_windows def test_script(self): """ cmd.script @@ -235,6 +236,7 @@ def test_script(self): self.assertEqual(ret["stdout"], args) @pytest.mark.slow_test + @pytest.mark.skip_on_windows def test_script_query_string(self): """ cmd.script @@ -245,6 +247,7 @@ def test_script_query_string(self): self.assertEqual(ret["stdout"], args) @pytest.mark.slow_test + @pytest.mark.skip_on_windows def test_script_retcode(self): """ cmd.script_retcode @@ -254,6 +257,7 @@ def test_script_retcode(self): self.assertEqual(ret, 0) @pytest.mark.slow_test + @pytest.mark.skip_on_windows def test_script_cwd(self): """ cmd.script with cwd @@ -267,6 +271,7 @@ def test_script_cwd(self): self.assertEqual(ret["stdout"], args) @pytest.mark.slow_test + @pytest.mark.skip_on_windows def test_script_cwd_with_space(self): """ cmd.script with cwd