From: Dmitry Shachnev Date: Fri, 8 Dec 2023 10:54:19 +0000 (+0300) Subject: skip a test that hangs on some non-x86 architectures X-Git-Tag: archive/raspbian/2.3.1-4+rpi1~1^2^2^2^2^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4838e5f6ced7f7ccb09bd8cb1387499b4d2920c1;p=qbs.git skip a test that hangs on some non-x86 architectures Forwarded: no Last-Update: 2023-07-29 Gbp-Pq: Name skip_test_concurrent.diff --- diff --git a/tests/auto/blackbox/tst_blackboxjoblimits.cpp b/tests/auto/blackbox/tst_blackboxjoblimits.cpp index acaf69a5..e7e5b9ff 100644 --- a/tests/auto/blackbox/tst_blackboxjoblimits.cpp +++ b/tests/auto/blackbox/tst_blackboxjoblimits.cpp @@ -143,6 +143,7 @@ void TestBlackboxJobLimits::jobLimits_data() void TestBlackboxJobLimits::jobLimits() { + QSKIP("hangs on some architectures"); QDir::setCurrent(testDataDir + "/job-limits"); QFETCH(int, projectJobCount); QFETCH(int, productJobCount);