summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/icns/tst_qicns.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/icns/tst_qicns.cpp b/tests/auto/icns/tst_qicns.cpp
index a9e8016..95e5784 100644
--- a/tests/auto/icns/tst_qicns.cpp
+++ b/tests/auto/icns/tst_qicns.cpp
@@ -100,6 +100,9 @@ void tst_qicns::writeIcons_data()
void tst_qicns::writeIcons()
{
+#ifdef Q_OS_INTEGRITY
+ QSKIP("Unable to create temp dir on INTEGRITY device.");
+#endif
QTemporaryDir temp(QDir::tempPath() + QStringLiteral("/tst_qincs"));
QVERIFY2(temp.isValid(), "Unable to create temp dir.");