From 5fdc38a3c1f059755e362feac612a465e9becde3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Br=C3=BCning?= <michael.bruning@qt.io>
Date: Wed, 15 Aug 2018 11:31:57 +0200
Subject: [PATCH] [Windows] Reblacklist flaky mouseMovementProperties auto test

Although the test should have been fixed by the change and did succeed
during local tests and CI runs, it still fails on the CI.

This prevents a merge to dev.

Partially reverts commit: d62cb919722f0baad4d0826e566b9a63f7fc7488

Task-number: QTBUG-66527
Change-Id: I1571c918034d84bd969ca0d401d4cfb17a10fd68
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
---
 tests/auto/widgets/qwebenginepage/BLACKLIST | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/auto/widgets/qwebenginepage/BLACKLIST b/tests/auto/widgets/qwebenginepage/BLACKLIST
index 04a151b53..9c7572b40 100644
--- a/tests/auto/widgets/qwebenginepage/BLACKLIST
+++ b/tests/auto/widgets/qwebenginepage/BLACKLIST
@@ -6,3 +6,6 @@
 
 [macCopyUnicodeToClipboard]
 osx
+
+[mouseMovementProperties]
+windows
-- 
GitLab