Skip to content

Commit 0e6fb14

Browse files
techhats0undt3ch
authored andcommitted
Skip windows tests
1 parent e3fdb0b commit 0e6fb14

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/pytests/functional/formulas/test_docker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def modules(loaders, _formula):
1515
return loaders.modules
1616

1717

18+
@pytest.mark.skip_on_windows
1819
@pytest.mark.destructive_test
1920
def test_docker_formula(modules):
2021
ret = modules.state.sls("docker")

tests/pytests/functional/formulas/test_nginx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def modules(loaders, _formula):
1515
return loaders.modules
1616

1717

18+
@pytest.mark.skip_on_windows
1819
@pytest.mark.destructive_test
1920
def test_formula(modules):
2021
ret = modules.state.sls("nginx")

tests/pytests/functional/formulas/test_salt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def modules(loaders, _formula):
1616
return loaders.modules
1717

1818

19+
@pytest.mark.skip_on_windows
1920
@pytest.mark.destructive_test
2021
def test_salt_formula(modules):
2122
# Master Formula

0 commit comments

Comments
 (0)