summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2012-04-25 11:55:43 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-25 14:58:36 +0200
commitfcf0e67deb25c65648822ed29786948c9ae8e8a6 (patch)
tree72081418a82861c4dcf3cc7739475fb433ea0b0c
parent61598703487e893e5fae2030097bde941a6a3b54 (diff)
Skip tst_QInputDialog on Mac OS X
This test hangs in CI, but so far I've been unable to reproduce the problem. Disable the test for now so that this test does not block changes that bring in needed functionality. Task-number: QTBUG-25496 Change-Id: I81faa574b6d7bcab2e32becc2af0f71006c7dd9c Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
-rw-r--r--tests/auto/widgets/dialogs/dialogs.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/widgets/dialogs/dialogs.pro b/tests/auto/widgets/dialogs/dialogs.pro
index e74323a305..53e2338158 100644
--- a/tests/auto/widgets/dialogs/dialogs.pro
+++ b/tests/auto/widgets/dialogs/dialogs.pro
@@ -16,3 +16,5 @@ SUBDIRS=\
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qsidebar \
+
+mac:qinputdialog.CONFIG += no_check_target # QTBUG-25496