summaryrefslogtreecommitdiffstats
path: root/tests/auto/q3combobox/tst_q3combobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/q3combobox/tst_q3combobox.cpp')
-rw-r--r--tests/auto/q3combobox/tst_q3combobox.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/q3combobox/tst_q3combobox.cpp b/tests/auto/q3combobox/tst_q3combobox.cpp
index 17bd861..825acb2 100644
--- a/tests/auto/q3combobox/tst_q3combobox.cpp
+++ b/tests/auto/q3combobox/tst_q3combobox.cpp
@@ -1004,6 +1004,10 @@ void tst_Q3ComboBox::wheelEvent()
void tst_Q3ComboBox::task231724_clear()
{
+#ifdef Q_WS_MACX
+ return; // On Mac, we don't use a ListBox for the popup
+#endif
+
Q3ComboBox box;
for ( int i = 0; i <50; i++ ) {