summaryrefslogtreecommitdiffstats
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-30 06:23:49 +0100
commitfa48a0d4e3adc464d4e2d61bf4662f515fe95a9e (patch)
tree8b1f69238dcd4bc377003749ca78c3dc2b199264
parent631569fcd48732ee888b2c1159f3475f417ad5a2 (diff)
Disable nss test on yocto
As pk12util call fails disable the test. Fixes: QTBUG-109179 Change-Id: I4149c77a86c3c1df8b34ed9b641eae916e688ecc Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 6dc341bc52511ade244878a4da35f4de587b528e) Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
-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 55908d8e8..7ecc71637 100644
--- a/tests/auto/core/qwebengineclientcertificatestore/CMakeLists.txt
+++ b/tests/auto/core/qwebengineclientcertificatestore/CMakeLists.txt
@@ -31,7 +31,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)