From: Aaron Kennedy Date: Thu, 5 Jan 2012 15:07:01 +0000 (+0000) Subject: Skip unreliable autotest X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=811fe8876957c27ba69239cb37cc2ff0d23e7a95;p=konrad%2Fqtdeclarative.git Skip unreliable autotest Task-number: QTBUG-23475 Change-Id: I2c500f24a307574b88357a9f128d4ff0a1b8eb91 Reviewed-by: Aaron Kennedy --- diff --git a/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp b/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp index 4b492f3..4f1398c 100644 --- a/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp +++ b/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp @@ -1750,6 +1750,10 @@ void tst_QDeclarativeDebugJS::getScripts() { //void scripts(int types = -1, QList ids = QList(), bool includeSource = false, QVariant filter = QVariant()); +#ifdef Q_OS_MAC + QSKIP("QTBUG-23475 - Unreliable test on Mac OS X"); +#endif + QVERIFY(init()); client->connect();