From: Dmitry Shachnev Date: Thu, 25 Jun 2020 08:00:39 +0000 (+0100) Subject: skip new test that hangs on non-x86 architectures X-Git-Tag: archive/raspbian/1.16.0-2+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=966d1d954bc8ae9ccc72132cf60c082d68857d13;p=qbs.git skip new test that hangs on non-x86 architectures Forwarded: no Last-Update: 2016-03-20 Gbp-Pq: Name skip_test_concurrent.diff --- diff --git a/tests/auto/blackbox/tst_blackbox.cpp b/tests/auto/blackbox/tst_blackbox.cpp index 2eaf3e3b..8e331c82 100644 --- a/tests/auto/blackbox/tst_blackbox.cpp +++ b/tests/auto/blackbox/tst_blackbox.cpp @@ -1629,6 +1629,7 @@ void TestBlackbox::clean() void TestBlackbox::concurrentExecutor() { + QSKIP("hangs on some architectures"); QDir::setCurrent(testDataDir + "/concurrent-executor"); QCOMPARE(runQbs(QStringList() << "-j" << "2"), 0); QVERIFY2(!m_qbsStderr.contains("ASSERT"), m_qbsStderr.constData());