Skip to content

Commit

Permalink
unittest.SkipTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Sep 29, 2023
1 parent 7073603 commit d5a3327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnaker_testbase/root_test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def assert_not_spin_three():
"""
version = FecDataView.get_machine_version().number
if not version == 5:
raise SkipTest(
raise unittest.SkipTest(
f"This test will not run on a spinn-{version} board")

def error_file(self):
Expand Down

0 comments on commit d5a3327

Please sign in to comment.