summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTatiana Borisova <tatiana.borisova@qt.io>2022-01-21 13:18:54 +0200
committerTatiana Borisova <tatiana.borisova@qt.io>2022-01-24 07:25:03 +0000
commit85a2a1c9a7e4dd1fac5da5ef814b4560c42a6848 (patch)
tree164038d82052b2142d2a6db3d14b100e27610507 /tests
parent55253d12edfdcbf1ea0cd5cbd21f6c3491778296 (diff)
downloadqtimageformats-85a2a1c9a7e4dd1fac5da5ef814b4560c42a6848.tar.gz
Fix tst_qicns test for INTEGRITY
- There is no possibility to use file system on our INTEGRITY test device. Add test sciping Task-number: QTBUG-99123 Pick-to: 6.2 6.3 Change-Id: Icb84eb73b6010d4aa4ca19a4d3a0ecaa02216a6f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
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.");