Skip tst_QInputDialog on Mac OS X
authorBradley T. Hughes <bradley.hughes@nokia.com>
Wed, 25 Apr 2012 09:55:43 +0000 (11:55 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 25 Apr 2012 12:58:36 +0000 (14:58 +0200)
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>
tests/auto/widgets/dialogs/dialogs.pro

index e74323a..53e2338 100644 (file)
@@ -16,3 +16,5 @@ SUBDIRS=\
 
 !contains(QT_CONFIG, private_tests): SUBDIRS -= \
           qsidebar \
+
+mac:qinputdialog.CONFIG += no_check_target # QTBUG-25496