diff --git a/spinnman_integration_tests/test_job.py b/spinnman_integration_tests/test_job.py index b1685514..6c8275a7 100644 --- a/spinnman_integration_tests/test_job.py +++ b/spinnman_integration_tests/test_job.py @@ -31,8 +31,8 @@ def setUp(self): def test_create_job(self): try: client = SpallocClient(self.spalloc_url) - except ConnectionError as ex: - raise unittest.skip(str(ex)) + except Exception as ex: + raise Exception(str(type(ex))) # job = client.create_job_rect_at_board( # WIDTH, HEIGHT, triad=(x, y, b), machine_name=SPALLOC_MACHINE, # max_dead_boards=1)