Skip to content

Commit

Permalink
#14: Skip test_deck_present
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Aug 2, 2021
1 parent 0c74b8b commit 71b2d87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/QA/test_decks.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def test_deck_present(self, test_setup):
Check that all decks defined in for the device in the site
is detected, using the parameter interface.
'''
pytest.skip('Skipping deck presence test')

if not test_setup.device.decks:
pytest.skip('no decks on device')

Expand Down

0 comments on commit 71b2d87

Please sign in to comment.