Skip to content

Commit

Permalink
SPM test fails, mark xfail
Browse files Browse the repository at this point in the history
Currently the SPM test fails because the hubblestack_nova formula is not
available.
  • Loading branch information
KaiSforza committed Mar 16, 2018
1 parent 0c1b7a7 commit a963a24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_salt.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def test_postfix_depends(salt):
assert all([formula in dirs for formula in formulas])


@pytest.mark.xfail
@pytest.mark.skipif('windows' in os.environ.get('KITCHEN_INSTANCE'), reason='spm not supported on windows')
def test_spm_depends(salt):
formulas = {'hubblestack_nova'}
Expand Down

0 comments on commit a963a24

Please sign in to comment.