summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpercentbarseries
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-12-12 18:38:23 +0100
committerLiang Qi <liang.qi@qt.io>2016-12-12 18:38:23 +0100
commit4fc6ba92516f0a8f622da2160380a8c1fc5132ee (patch)
tree0b45c0f796020013533d6727f2631d3e0af7c846 /tests/auto/qpercentbarseries
parent34285c480f3ed811a4a58cf8ff0148c7f9698262 (diff)
parenta5b0ab930e595b7f1e24d5648bdda7872fc7980b (diff)
Merge remote-tracking branch 'origin/5.8' into dev
Diffstat (limited to 'tests/auto/qpercentbarseries')
-rw-r--r--tests/auto/qpercentbarseries/tst_qpercentbarseries.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qpercentbarseries/tst_qpercentbarseries.cpp b/tests/auto/qpercentbarseries/tst_qpercentbarseries.cpp
index b8913bd0..cd16c7e9 100644
--- a/tests/auto/qpercentbarseries/tst_qpercentbarseries.cpp
+++ b/tests/auto/qpercentbarseries/tst_qpercentbarseries.cpp
@@ -323,6 +323,7 @@ void tst_QPercentBarSeries::mousehovered_data()
void tst_QPercentBarSeries::mousehovered()
{
SKIP_IF_CANNOT_TEST_MOUSE_EVENTS();
+ SKIP_IF_FLAKY_MOUSE_MOVE();
QPercentBarSeries* series = new QPercentBarSeries();