summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2022-08-01 11:56:49 +0200
committerMichal Klocek <michal.klocek@qt.io>2022-08-04 09:21:10 +0000
commit603be2388eb227270fbc6d9ef0f926e7f3059b5f (patch)
treeb151844fa5347b8e1516c5c2df9ff5029eb8ef09 /tests
parent00e2201264e3839570fbf64817eeca931a630b01 (diff)
Disable tests on qemu temporally
Task-number: QTBUG-105342 Change-Id: Ic644c193329ff6c21dfffe43f52ea6f0c5a8fc3f Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt
index 6b59aa796..ec566ffd7 100644
--- a/tests/auto/CMakeLists.txt
+++ b/tests/auto/CMakeLists.txt
@@ -1,6 +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)