From: Alan Alpert Date: Wed, 1 Feb 2012 00:30:43 +0000 (+1000) Subject: Skip unstable test X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=8e0c5b59f57b51a0dc80d3d8274202776c6e03df;p=konrad%2Fqtdeclarative.git Skip unstable test Task-number: QTBUG-23976 Change-Id: I81f820e064808d170094e6dcf9cbe35edf7bda35 Reviewed-by: Rohan McGovern --- diff --git a/tests/auto/qtquick2/qquickmousearea/tst_qquickmousearea.cpp b/tests/auto/qtquick2/qquickmousearea/tst_qquickmousearea.cpp index cf38713..9343602 100644 --- a/tests/auto/qtquick2/qquickmousearea/tst_qquickmousearea.cpp +++ b/tests/auto/qtquick2/qquickmousearea/tst_qquickmousearea.cpp @@ -611,6 +611,7 @@ void tst_QQuickMouseArea::preventStealing() void tst_QQuickMouseArea::clickThrough() { + QSKIP("QTBUG-23976 Unstable"); //With no handlers defined click, doubleClick and PressAndHold should propagate to those with handlers QQuickView *canvas = createView(); canvas->setSource(testFileUrl("clickThrough.qml"));