mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip vim test for Photon
This commit is contained in:
parent
1ec162e946
commit
39107095dd
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ def modules(loaders, _formula):
|
|||
|
||||
@pytest.mark.skip_on_windows
|
||||
@pytest.mark.destructive_test
|
||||
@pytest.mark.skipif(
|
||||
'grains["oscodename"] == "Photon"',
|
||||
reason="vim package not available for this distrubition",
|
||||
)
|
||||
def test_vim_formula(modules):
|
||||
ret = modules.state.sls("vim")
|
||||
assert not ret.errors
|
||||
|
|
Loading…
Add table
Reference in a new issue