Skip unstable test

Task-number: QTBUG-23976

Change-Id: I81f820e064808d170094e6dcf9cbe35edf7bda35
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
Alan Alpert 2012-02-01 10:30:43 +10:00 committed by Qt by Nokia
parent 02d4e6d56f
commit 8e0c5b59f5
1 changed files with 1 additions and 0 deletions

View File

@ -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"));