Skip to content
Snippets Groups Projects
Commit b3f4044e authored by Michael R. Crusoe's avatar Michael R. Crusoe :gay_pride_flag:
Browse files

d/rules: skip the testMultiplejobs tests, they are flaky during parallel...

d/rules: skip the testMultiplejobs tests, they are flaky during parallel execution. Closes: #1100817
parent 3835dd7c
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ toil (8.0.0-2) UNRELEASED; urgency=medium
* d/watch: mark beta releases as such
* Skip autopktests on 32-bit architectures
* d/rules: skip the testMultiplejobs tests, they are flaky during
parallel execution. Closes: #1100817
-- Michael R. Crusoe <crusoe@debian.org> Wed, 19 Mar 2025 10:43:03 +0100
......
......@@ -5,8 +5,9 @@ include /usr/share/dpkg/default.mk
export PYBUILD_NAME=toil
export PYBUILD_DESTDIR_python3=debian/toil/
PYBUILD_TEST_ARGS=$(DEB_BUILD_OPTION_PARALLEL:%=-n %) --dist loadscope -vv -W ignore -k "not (testVirtualEnv or DockstoreLookupTest)"
PYBUILD_TEST_ARGS=$(DEB_BUILD_OPTION_PARALLEL:%=-n %) --dist loadscope -vv -W ignore -k "not (testVirtualEnv or DockstoreLookupTest or testMultiplejobs)"
# testVirtualEnv - requires an internet connection to download packages from PyPI
# testMultiplejobs - flaky during parallel execution
ifeq ($(PYBUILD_AUTOPKGTEST),1)
PYBUILD_TEST_ARGS += --ignore /usr/lib/python3/dist-packages/toil/test/lib/aws/test_s3.py --ignore /usr/lib/python3/dist-packages/toil/test/provisioners/aws/awsProvisionerTest.py --ignore /usr/lib/python3/dist-packages/toil/test/wdl/wdltoil_test.py --ignore /usr/lib/python3/dist-packages/toil/test/cwl/cwlTest.py --ignore /usr/lib/python3/dist-packages/toil/test/lib/test_ec2.py --ignore /usr/lib/python3/dist-packages/toil/test/batchSystems/batchSystemTest.py --ignore /usr/lib/python3/dist-packages/toil/test/lib/aws/test_iam.py --ignore /usr/lib/python3/dist-packages/toil/test/provisioners/clusterTest.py --ignore /usr/lib/python3/dist-packages/toil/test/wdl/wdltoil_test_kubernetes.py --ignore /usr/lib/python3/dist-packages/toil/test/cactus/test_cactus_integration.py --pyargs toil.test
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment