summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2022-08-01 11:56:49 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-08-06 14:32:15 +0200
commitef98503991b548404a14c36351b34fcdafcbbc0c (patch)
tree4c966ba5867bc1ae281d02f9c5f0910d2837c2fa
parentd15569d3a1bb3d391ddeeede9aac62a203c9604a (diff)
Disable tests on qemu temporally
Task-number: QTBUG-105342 Change-Id: Ic644c193329ff6c21dfffe43f52ea6f0c5a8fc3f Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit 603be2388eb227270fbc6d9ef0f926e7f3059b5f)
-rw-r--r--tests/auto/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt
index e000203d9..ec566ffd7 100644
--- a/tests/auto/CMakeLists.txt
+++ b/tests/auto/CMakeLists.txt
@@ -1,3 +1,8 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+if(LINUX AND CMAKE_CROSSCOMPILING)
+ return()# FIXME
+endif()
if(TARGET Qt::WebEngineCore)
add_subdirectory(httpserver)
add_subdirectory(util)