From 8e0c5b59f57b51a0dc80d3d8274202776c6e03df Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Wed, 1 Feb 2012 10:30:43 +1000 Subject: [PATCH] Skip unstable test Task-number: QTBUG-23976 Change-Id: I81f820e064808d170094e6dcf9cbe35edf7bda35 Reviewed-by: Rohan McGovern --- tests/auto/qtquick2/qquickmousearea/tst_qquickmousearea.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/qtquick2/qquickmousearea/tst_qquickmousearea.cpp b/tests/auto/qtquick2/qquickmousearea/tst_qquickmousearea.cpp index cf38713a73..9343602819 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"));