aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2012-01-05 15:07:01 +0000
committerQt by Nokia <qt-info@nokia.com>2012-01-05 16:31:56 +0100
commit811fe8876957c27ba69239cb37cc2ff0d23e7a95 (patch)
treec0660a7a21ce8862e4d1ce187c609dda86d344e6 /tests
parentc831c9f5166982d86f6cd82ed438df7cc9b3f8e3 (diff)
Skip unreliable autotest
Task-number: QTBUG-23475 Change-Id: I2c500f24a307574b88357a9f128d4ff0a1b8eb91 Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp b/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp
index 4b492f39bd..4f1398cc52 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<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();