Skip to content

Commit

Permalink
wasm: Re-enable qstringassymetry test
Browse files Browse the repository at this point in the history
This test should not longer fail since we pin downed the version of
Chrome on CI to one that is known to work.

Fixes: QTBUG-128322
Change-Id: I69e758bcefee5c2ab500e94ac0f31a649fab1ccc
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
  • Loading branch information
Piotr Wierciński committed Sep 24, 2024
1 parent c2ec63f commit 8b3865e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/auto/corelib/text/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ 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)
Expand Down

0 comments on commit 8b3865e

Please sign in to comment.