Skip tst_QScroller::scroll(), it's flakey and blocking CI

Task-number: QTBUG-30133
Change-Id: I2d91d92e49480b904dec9807d4763c461e809bd2
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
bb10
Tor Arne Vestbø 2013-03-11 14:02:08 +01:00 committed by The Qt Project
parent 9226a754fd
commit 77f7a8ef4c
1 changed files with 1 additions and 0 deletions

View File

@ -391,6 +391,7 @@ void tst_QScroller::scrollTo()
void tst_QScroller::scroll()
{
QSKIP("Flakey test - https://bugreports.qt-project.org/browse/QTBUG-30133");
#ifndef QT_NO_GESTURES
// -- good case. normal scroll
tst_QScrollerWidget *sw = new tst_QScrollerWidget();