From fcf0e67deb25c65648822ed29786948c9ae8e8a6 Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Wed, 25 Apr 2012 11:55:43 +0200 Subject: Skip tst_QInputDialog on Mac OS X MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Jason McDonald --- tests/auto/widgets/dialogs/dialogs.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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 -- cgit v1.2.3