tst_QStringApiSymmetry: disable for WASM

It's failing to produce output in reasonable time and blocking the CI.
Since this test is basically a syntax checker, it not being present for
WASM is not a great loss.

Task-number: QTBUG-128322
Change-Id: Ic49e7523af63d5819c13fffdd7a752534b77f0ab
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit f414505eaac5c222fc6404b9cda24fec25f68a7a)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
bb10
Thiago Macieira 2024-08-24 09:54:12 -07:00 committed by Qt Cherry-pick Bot
parent 874de78012
commit 13dbf7542e
1 changed files with 2 additions and 0 deletions

View File

@ -20,7 +20,9 @@ add_subdirectory(qregularexpression)
endif()
add_subdirectory(qstring)
add_subdirectory(qstring_no_cast_from_bytearray)
if (NOT WASM) # QTBUG-128322
add_subdirectory(qstringapisymmetry)
endif()
add_subdirectory(qstringbuilder)
add_subdirectory(qstringconverter)
add_subdirectory(qstringiterator)