Exclude tst_qxmlstream test for INTEGRITY

- There is no possibility to unpack *.zip archive anywhere on test device or save any file.
  Currently we don't have mounted file system.

Task-number: QTBUG-99123
Pick-to: 6.2 6.3
Change-Id: I8c8d272a92b4475a7548bd10d32fc4203672926b
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Tatiana Borisova 2021-12-28 14:20:24 +02:00
parent 9453038921
commit 83906b8779
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ if(TARGET Qt::Network)
add_subdirectory(qtextstream)
endif()
# QTBUG-87671 # special case
if(TARGET Qt::Network AND TARGET Qt::Xml AND NOT ANDROID)
if(TARGET Qt::Network AND TARGET Qt::Xml AND NOT ANDROID AND NOT INTEGRITY)
add_subdirectory(qxmlstream)
endif()