From f9a1ccf19c09cfe842cc2e6d661c4c284387ed2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 22 Dec 2017 15:22:10 +0100 Subject: macOS: Blacklist modalWindowEnterEventOnHide_QTBUG35109 instead of skipping We have the ability to blacklist tests for CI runs now. Task-number: QTBUG-35109 Change-Id: I8590e83faba764dce2d52e8c62e2e2c63f7bf219 Reviewed-by: Liang Qi Reviewed-by: Timur Pocheptsov --- tests/auto/gui/kernel/qwindow/tst_qwindow.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/auto/gui/kernel/qwindow/tst_qwindow.cpp') diff --git a/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp b/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp index 6452b9ecd0..5145c22356 100644 --- a/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp +++ b/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp @@ -2000,9 +2000,6 @@ void tst_QWindow::modalWindowPosition() #ifndef QT_NO_CURSOR void tst_QWindow::modalWindowEnterEventOnHide_QTBUG35109() { - if (QGuiApplication::platformName() == QLatin1String("cocoa")) - QSKIP("This test fails on OS X on CI"); - if (isPlatformOffscreenOrMinimal()) QSKIP("Can't test window focusing on offscreen/minimal"); -- cgit v1.2.3