summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/installer/lib7zfacade/tst_lib7zfacade.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/installer/lib7zfacade/tst_lib7zfacade.cpp b/tests/auto/installer/lib7zfacade/tst_lib7zfacade.cpp
index d6945bf68..bae42fed9 100644
--- a/tests/auto/installer/lib7zfacade/tst_lib7zfacade.cpp
+++ b/tests/auto/installer/lib7zfacade/tst_lib7zfacade.cpp
@@ -93,6 +93,9 @@ private slots:
QVector<Lib7z::File> files = Lib7z::listArchive(&file);
QCOMPARE(files.count(), 1);
+#ifdef Q_OS_UNIX
+ QSKIP("This test requires the tme handling to be repaired first.", SkipSingle);
+#endif
QCOMPARE(files.first(), m_file);
}