Skip unstable autotest

tst_QSharedMemory::simpleProcessProducerConsumer is on the top list of
unstable autotests. Disabling it for now.

Task-number: QTBUG-25655
Change-Id: Ib297b3382b736794bab6cdb668103bef74a55d8c
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
bb10
Paul Olav Tvete 2013-03-05 14:36:17 +01:00 committed by The Qt Project
parent ae39a84603
commit 08343e41a0
1 changed files with 2 additions and 0 deletions

View File

@ -748,6 +748,8 @@ void tst_QSharedMemory::simpleProcessProducerConsumer()
{
QFETCH(int, processes);
QSKIP("This test is unstable: QTBUG-25655");
rememberKey("market");
QProcess producer;