summaryrefslogtreecommitdiff
path: root/tests/auto/qscriptengine/tst_qscriptengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qscriptengine/tst_qscriptengine.cpp')
-rw-r--r--tests/auto/qscriptengine/tst_qscriptengine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qscriptengine/tst_qscriptengine.cpp b/tests/auto/qscriptengine/tst_qscriptengine.cpp
index c93dd8d..a7aee35 100644
--- a/tests/auto/qscriptengine/tst_qscriptengine.cpp
+++ b/tests/auto/qscriptengine/tst_qscriptengine.cpp
@@ -2838,6 +2838,7 @@ void tst_QScriptEngine::collectGarbage()
QVERIFY(ptr != 0);
(void)eng.newQObject(ptr, QScriptEngine::ScriptOwnership);
collectGarbage_helper(eng);
+ QSKIP("This test does not work reliably"); // (maybe some pointers are still on the stack somewhere)
QVERIFY(ptr == 0);
}