From 3c3e3aa281cf1873c7dd9e30269286b5da18b001 Mon Sep 17 00:00:00 2001 From: Oliver Freyermuth Date: Mon, 11 Jul 2022 23:02:14 +0200 Subject: [PATCH] batchspawner: tests: Disable connect_to_job in testing. The background command can not cleanly be simulated to stay running. --- batchspawner/tests/test_spawners.py | 1 + 1 file changed, 1 insertion(+) diff --git a/batchspawner/tests/test_spawners.py b/batchspawner/tests/test_spawners.py index 2416680f..8cb970fd 100644 --- a/batchspawner/tests/test_spawners.py +++ b/batchspawner/tests/test_spawners.py @@ -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"),