summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsharedmemory/qsystemlock/tst_qsystemlock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qsharedmemory/qsystemlock/tst_qsystemlock.cpp')
-rw-r--r--tests/auto/qsharedmemory/qsystemlock/tst_qsystemlock.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qsharedmemory/qsystemlock/tst_qsystemlock.cpp b/tests/auto/qsharedmemory/qsystemlock/tst_qsystemlock.cpp
index 518cdbf..ea906b7 100644
--- a/tests/auto/qsharedmemory/qsystemlock/tst_qsystemlock.cpp
+++ b/tests/auto/qsharedmemory/qsystemlock/tst_qsystemlock.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
@@ -197,6 +197,7 @@ void tst_QSystemLock::processes_data()
*/
void tst_QSystemLock::processes()
{
+ QSKIP("This test takes about 15 minutes and needs to be trimmed down before we can re-enable it", SkipAll);
QFETCH(int, readOnly);
QFETCH(int, readWrite);