summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2022-12-05 12:36:06 +0100
committerMichal Klocek <michal.klocek@qt.io>2022-12-07 08:00:12 +0000
commit6dc341bc52511ade244878a4da35f4de587b528e (patch)
treea9104a67a7a4fafa25454ff7b09b2da923e098e6 /tests/auto
parente880fd512f8535d19b1e1a939bf7fa76c1a9c480 (diff)
Disable nss test on yocto
As pk12util call fails disable the test. Fixes: QTBUG-109179 Pick-to: 6.4 Change-Id: I4149c77a86c3c1df8b34ed9b641eae916e688ecc Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/core/qwebengineclientcertificatestore/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/core/qwebengineclientcertificatestore/CMakeLists.txt b/tests/auto/core/qwebengineclientcertificatestore/CMakeLists.txt
index 5b920f999..1c4a47636 100644
--- a/tests/auto/core/qwebengineclientcertificatestore/CMakeLists.txt
+++ b/tests/auto/core/qwebengineclientcertificatestore/CMakeLists.txt
@@ -34,7 +34,7 @@ qt_internal_add_resource(tst_qwebengineclientcertificatestore "tst_qwebenginecli
${tst_qwebengineclientcertificatestore_resource_files}
)
-if(LINUX)
+if(LINUX AND NOT CMAKE_CROSSCOMPILING)
get_filename_component(homePath $ENV{HOME} ABSOLUTE)