From 1db9405128972d5ba77e33181bee40356f718cea Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Tue, 19 Dec 2017 14:18:18 +0100 Subject: test: skip tst_qquickflickable::flickOnRelease() It will be fixed when new qt5 dev integrated. Task-number: QTBUG-65343 Change-Id: Ic048d7a1480b023dc86d51d1d4de517a63dbedda Reviewed-by: Shawn Rutledge --- tests/auto/quick/qquickflickable/tst_qquickflickable.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp b/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp index 0bb913d104..17bfbed072 100644 --- a/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp +++ b/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp @@ -1340,7 +1340,8 @@ void tst_qquickflickable::flickOnRelease() #ifdef Q_OS_MAC # if QT_CONFIG(opengl) - QEXPECT_FAIL("", "QTBUG-26094 stopping on a full pixel doesn't work on OS X", Continue); + // QEXPECT_FAIL("", "QTBUG-26094 stopping on a full pixel doesn't work on OS X", Continue); + QSKIP("This should be fixed after qt5 dev integrated again, see QTBUG-65343"); # endif #endif // Stop on a full pixel after user interaction -- cgit v1.2.3