From dca90d7bdee69c56bcc8ac6be00ced0fe0e7b4f7 Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Thu, 27 Sep 2018 12:16:43 -0500 Subject: [PATCH] Skip parallel states test on Windows until we can get it to work --- tests/integration/modules/test_state.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/modules/test_state.py b/tests/integration/modules/test_state.py index daf129be8d..897e004953 100644 --- a/tests/integration/modules/test_state.py +++ b/tests/integration/modules/test_state.py @@ -4,6 +4,7 @@ from __future__ import absolute_import import os import shutil +import sys import tempfile import textwrap import threading @@ -1422,6 +1423,7 @@ class StateModuleTest(ModuleCase, SaltReturnAssertsMixin): except OSError: pass + @skipIf(sys.platform.startswith('win'), 'Skipped until parallel states can be fixed on Windows') def test_parallel_state_with_long_tag(self): ''' This tests the case where the state being executed has a long ID dec or