Skip to content

Commit

Permalink
merged in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Sep 15, 2022
2 parents d51c669 + 00288f9 commit 550ff01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions integration_tests/script_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ def build_pdp2_scripts(self):
skip_exceptions["simple_past_tense.py"] = [
"from spinnman.exceptions import SpinnmanTimeoutException",
"from spinnman.exceptions import SpiNNManCoresNotInStateException"]
skip_exceptions["visSemPhon.py"] = [
"from spinnman.exceptions import SpinnmanTimeoutException",
"from spinnman.exceptions import SpiNNManCoresNotInStateException"]

# create_test_scripts supports test that are too long or exceptions
self.create_test_scripts(["examples"],
Expand Down
4 changes: 3 additions & 1 deletion integration_tests/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ def test_examples_rand10x40_rand10x40(self):
self.check_script("examples/rand10x40/rand10x40.py")

def test_examples_visSemPhon_visSemPhon(self):
self.check_script("examples/visSemPhon/visSemPhon.py")
from spinnman.exceptions import SpinnmanTimeoutException
from spinnman.exceptions import SpiNNManCoresNotInStateException
self.check_script("examples/visSemPhon/visSemPhon.py", skip_exceptions=[SpinnmanTimeoutException,SpiNNManCoresNotInStateException])

0 comments on commit 550ff01

Please sign in to comment.