Skip to content

Commit

Permalink
batchspawner: tests: Disable connect_to_job in testing.
Browse files Browse the repository at this point in the history
The background command can not cleanly be simulated to stay running.
  • Loading branch information
olifre committed Jul 11, 2022
1 parent ff1240f commit 3c3e3aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions batchspawner/tests/test_spawners.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ def test_condor(db, io_loop):
"req_nprocs": "5",
"req_memory": "5678",
"req_options": "some_option_asdf",
"connect_to_job_cmd": "",
}
batch_script_re_list = [
re.compile(r"exec batchspawner-singleuser singleuser_command"),
Expand Down

0 comments on commit 3c3e3aa

Please sign in to comment.