Skip to content

Commit

Permalink
remove indirect keep alive
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 17, 2024
1 parent dd097d0 commit 34f949a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spinnman_integration_tests/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def test_create_job(self):
job = client.create_job(
num_boards=2, machine_name=self.spalloc_machine)
with job:
job.launch_keepalive_task()
job.wait_until_ready()

connections = job.get_connections()
Expand Down

0 comments on commit 34f949a

Please sign in to comment.