From 85a2a1c9a7e4dd1fac5da5ef814b4560c42a6848 Mon Sep 17 00:00:00 2001 From: Tatiana Borisova Date: Fri, 21 Jan 2022 13:18:54 +0200 Subject: 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 --- tests/auto/icns/tst_qicns.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') 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."); -- cgit v1.2.1