From 71b2d877f03ff78c9877fab844ee33b9f0b96576 Mon Sep 17 00:00:00 2001 From: Arnaud Taffanel Date: Mon, 2 Aug 2021 14:49:00 +0200 Subject: [PATCH] #14: Skip test_deck_present --- tests/QA/test_decks.py | 2 ++ 1 file changed, 2 insertions(+) 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')