From d4022e03ccaeb92e41075f276e4011bd49627165 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Br=C3=BCning?= <michael.bruning@qt.io>
Date: Mon, 9 Sep 2019 11:03:16 +0200
Subject: [PATCH] Blacklist several Qt WebEngine quick dialog tests on macOS
 10.13

These tests are causing frequent failures on macOS 10.13 in the CI, but
are not reproducible / debuggable when not running as part of CI.

Task-number: QTBUG-76549
Change-Id: I1b105748c9fad8a6104beeccb10632518893d06b
Reviewed-by: Liang Qi <liang.qi@qt.io>
---
 tests/auto/quick/dialogs/BLACKLIST | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tests/auto/quick/dialogs/BLACKLIST b/tests/auto/quick/dialogs/BLACKLIST
index 6d7e2a2fc..10b7391a0 100644
--- a/tests/auto/quick/dialogs/BLACKLIST
+++ b/tests/auto/quick/dialogs/BLACKLIST
@@ -1,2 +1,8 @@
 [contextMenuRequested]
 osx-10.13
+[javaScriptDialogRequested]
+osx-10.13
+[colorDialogRequested]
+osx-10.13
+[fileDialogRequested]
+osx-10.13
-- 
GitLab