Skip tst_QMenu::QTBUG_10735_crashWithDialog() on Mac OS X

This test currently hangs, preventing the autotest from finishing.

Task-number: QTBUG-23677
Change-Id: I3c5f56c10735d65fb35de4e22a1e2e6414532309
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
This commit is contained in:
Bradley T. Hughes 2012-01-17 12:51:46 +01:00 committed by Qt by Nokia
parent 1d0d44a53a
commit 6f21509ac0

View File

@ -942,6 +942,10 @@ private:
void tst_QMenu::QTBUG_10735_crashWithDialog()
{
#ifdef Q_OS_MAC
QSKIP("Test currently hangs on Mac OS X, see QTBUG-23677");
#endif
MyMenu menu;
QTimer::singleShot(1000, &menu, SLOT(activateLastAction()));