mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip windows tests
This commit is contained in:
parent
e3fdb0b34f
commit
0e6fb14f61
3 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,7 @@ def modules(loaders, _formula):
|
|||
return loaders.modules
|
||||
|
||||
|
||||
@pytest.mark.skip_on_windows
|
||||
@pytest.mark.destructive_test
|
||||
def test_docker_formula(modules):
|
||||
ret = modules.state.sls("docker")
|
||||
|
|
|
@ -15,6 +15,7 @@ def modules(loaders, _formula):
|
|||
return loaders.modules
|
||||
|
||||
|
||||
@pytest.mark.skip_on_windows
|
||||
@pytest.mark.destructive_test
|
||||
def test_formula(modules):
|
||||
ret = modules.state.sls("nginx")
|
||||
|
|
|
@ -16,6 +16,7 @@ def modules(loaders, _formula):
|
|||
return loaders.modules
|
||||
|
||||
|
||||
@pytest.mark.skip_on_windows
|
||||
@pytest.mark.destructive_test
|
||||
def test_salt_formula(modules):
|
||||
# Master Formula
|
||||
|
|
Loading…
Add table
Reference in a new issue