aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-02-01 10:30:43 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-01 04:22:45 +0100
commit8e0c5b59f57b51a0dc80d3d8274202776c6e03df (patch)
tree70a301ee5e51e374c76208d8860cb99385a79b78 /tests
parent02d4e6d56f2a976298bbf2be958b8dbc783a6417 (diff)
Skip unstable test
Task-number: QTBUG-23976 Change-Id: I81f820e064808d170094e6dcf9cbe35edf7bda35 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qtquick2/qquickmousearea/tst_qquickmousearea.cpp1
1 files changed, 1 insertions, 0 deletions
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"));