summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlegend/tst_qlegend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qlegend/tst_qlegend.cpp')
-rw-r--r--tests/auto/qlegend/tst_qlegend.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qlegend/tst_qlegend.cpp b/tests/auto/qlegend/tst_qlegend.cpp
index 014c4e0d..605de863 100644
--- a/tests/auto/qlegend/tst_qlegend.cpp
+++ b/tests/auto/qlegend/tst_qlegend.cpp
@@ -506,8 +506,9 @@ void tst_QLegend::xyMarkerPropertiesScatter()
void tst_QLegend::markerSignals()
{
SKIP_ON_POLAR();
-
SKIP_IF_CANNOT_TEST_MOUSE_EVENTS();
+ SKIP_IF_FLAKY_MOUSE_MOVE();
+
QChart *chart = newQChartOrQPolarChart();
QLegend *legend = chart->legend();