Skip to content

Commit 3c3e3aa

Browse files
committed
batchspawner: tests: Disable connect_to_job in testing.
The background command can not cleanly be simulated to stay running.
1 parent ff1240f commit 3c3e3aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

batchspawner/tests/test_spawners.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ def test_condor(db, io_loop):
560560
"req_nprocs": "5",
561561
"req_memory": "5678",
562562
"req_options": "some_option_asdf",
563+
"connect_to_job_cmd": "",
563564
}
564565
batch_script_re_list = [
565566
re.compile(r"exec batchspawner-singleuser singleuser_command"),

0 commit comments

Comments
 (0)