Skip to content

Commit

Permalink
SkipTest must have a reason
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 11, 2023
1 parent c55ff8c commit 8b17cb3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ def allow(self):
# no check of gsyn as the system overloads
# System intentional overload so may error
except SpinnmanTimeoutException as ex:
SpynnakerDataView.raise_skiptest(parent=ex)
SpynnakerDataView.raise_skiptest(
"Overload caused timeout", parent=ex)

def test_allow(self):
self.runsafe(self.allow)

0 comments on commit 8b17cb3

Please sign in to comment.