summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/other/macnativeevents/tst_macnativeevents.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/other/macnativeevents/tst_macnativeevents.cpp b/tests/auto/other/macnativeevents/tst_macnativeevents.cpp
index 1624b3065b..5edff7aabe 100644
--- a/tests/auto/other/macnativeevents/tst_macnativeevents.cpp
+++ b/tests/auto/other/macnativeevents/tst_macnativeevents.cpp
@@ -280,6 +280,8 @@ void tst_MacNativeEvents::testMouseEnter()
void tst_MacNativeEvents::testChildDialogInFrontOfModalParent()
{
+ QSKIP("Modal dialog causes later tests to fail, see QTBUG-58474");
+
// Test that a child dialog of a modal parent dialog is
// in front of the parent, and active:
QDialog parent;