Skip unreliable autotest
authorAaron Kennedy <aaron.kennedy@nokia.com>
Thu, 5 Jan 2012 15:07:01 +0000 (15:07 +0000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 5 Jan 2012 15:31:56 +0000 (16:31 +0100)
Task-number: QTBUG-23475
Change-Id: I2c500f24a307574b88357a9f128d4ff0a1b8eb91
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp

index 4b492f3..4f1398c 100644 (file)
@@ -1750,6 +1750,10 @@ void tst_QDeclarativeDebugJS::getScripts()
 {
     //void scripts(int types = -1, QList<int> ids = QList<int>(), bool includeSource = false, QVariant filter = QVariant());
 
+#ifdef Q_OS_MAC
+    QSKIP("QTBUG-23475 - Unreliable test on Mac OS X");
+#endif
+
     QVERIFY(init());
 
     client->connect();