From 811fe8876957c27ba69239cb37cc2ff0d23e7a95 Mon Sep 17 00:00:00 2001 From: Aaron Kennedy Date: Thu, 5 Jan 2012 15:07:01 +0000 Subject: [PATCH] Skip unreliable autotest Task-number: QTBUG-23475 Change-Id: I2c500f24a307574b88357a9f128d4ff0a1b8eb91 Reviewed-by: Aaron Kennedy --- .../debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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(); -- 2.7.4