diff --git a/tests/QA/test_decks.py b/tests/QA/test_decks.py index 59f2232..c6f911e 100644 --- a/tests/QA/test_decks.py +++ b/tests/QA/test_decks.py @@ -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')