From 2e24ee510cdb3ef7f13553204f44208db053d30c Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Thu, 26 Oct 2023 13:52:52 -0400 Subject: [PATCH] Turn batch system tests back on This should fix #4648 by turning on the batch system tests again. The Mesos-specific ones are already moved elsewhere. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 975063a995..7fa6265fe9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -192,7 +192,7 @@ batch_systems: - export TOIL_TES_ENDPOINT="http://127.0.0.1:8000" - export TOIL_TES_USER="${FUNNEL_SERVER_USER}" - export TOIL_TES_PASSWORD="${FUNNEL_SERVER_PASSWORD}" -# - make test threads="${TEST_THREADS}" marker="${MARKER}" tests="src/toil/test/batchSystems/batchSystemTest.py src/toil/test/mesos/MesosDataStructuresTest.py" + - make test threads="${TEST_THREADS}" marker="${MARKER}" tests="src/toil/test/batchSystems/batchSystemTest.py" - kill $(jobs -p) || true slurm_test: