projects
/
qbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf9a1fe
)
skip a test that hangs on some non-x86 architectures
author
Dmitry Shachnev
<mitya57@debian.org>
Sat, 8 Jun 2024 18:54:49 +0000
(21:54 +0300)
committer
Dmitry Shachnev
<mitya57@debian.org>
Sat, 8 Jun 2024 18:54:49 +0000
(21:54 +0300)
Forwarded: no
Last-Update: 2023-07-29
Gbp-Pq: Name skip_test_concurrent.diff
tests/auto/blackbox/tst_blackboxjoblimits.cpp
patch
|
blob
|
history
diff --git
a/tests/auto/blackbox/tst_blackboxjoblimits.cpp
b/tests/auto/blackbox/tst_blackboxjoblimits.cpp
index acaf69a5b48f96bd856f547224a763f538a326a5..e7e5b9ff881a48392e1319b77e45c50de08e1e36 100644
(file)
--- 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);