From 0d49ac0ffc05b08575c8b0ca745a1e7b1afd1a86 Mon Sep 17 00:00:00 2001 From: Joni Jantti Date: Mon, 4 Jun 2018 13:15:38 +0300 Subject: [PATCH] Blacklist tst_QThread::create MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This autotest fails on QEMU armv7 builds. Task-number: QTBUG-68866 Change-Id: Idb4bf39712a22c40f6d779a46ad2dd1f456ef48b Reviewed-by: Tony Sarajärvi --- tests/auto/corelib/thread/qthread/BLACKLIST | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/corelib/thread/qthread/BLACKLIST b/tests/auto/corelib/thread/qthread/BLACKLIST index d75249454f8..9333592369c 100644 --- a/tests/auto/corelib/thread/qthread/BLACKLIST +++ b/tests/auto/corelib/thread/qthread/BLACKLIST @@ -1,2 +1,4 @@ [wait3_slowDestructor] windows +[create] +ubuntu-18.04