From c8ab5f4e7262d73b1ec2b49ac77b97d13287863e Mon Sep 17 00:00:00 2001 From: Jonas Danielsson Date: Mon, 9 Aug 2021 08:18:12 +0200 Subject: [PATCH] Revert "#14: Skip test_deck_present" This reverts commit 71b2d877f03ff78c9877fab844ee33b9f0b96576. --- tests/QA/test_decks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/QA/test_decks.py b/tests/QA/test_decks.py index c6f911e..59f2232 100644 --- a/tests/QA/test_decks.py +++ b/tests/QA/test_decks.py @@ -29,8 +29,6 @@ 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')