Skip to content

Commit

Permalink
Revert "#14: Skip test_deck_present"
Browse files Browse the repository at this point in the history
This reverts commit 71b2d87.
  • Loading branch information
jonasdn committed Oct 4, 2021
1 parent 589779c commit c8ab5f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/QA/test_decks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit c8ab5f4

Please sign in to comment.