Disable test tst_qxmlstream for QNX
Copying lot of testdata over NFS to qemu image start failing with errors of "No space left on device" even there is enough space left. Pick-to: 6.2 6.3 Change-Id: I2a417ed5b8c131e0a1f68c37b1fc2446ea013304 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
753a08ae0e
commit
ce0d7477a9
@ -12,6 +12,6 @@ endif()
|
||||
if(TARGET Qt::Network)
|
||||
add_subdirectory(qtextstream)
|
||||
endif()
|
||||
if(TARGET Qt::Network AND TARGET Qt::Xml AND NOT INTEGRITY)
|
||||
if(TARGET Qt::Network AND TARGET Qt::Xml AND NOT INTEGRITY AND NOT QNX)
|
||||
add_subdirectory(qxmlstream)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user