Skip the tst_QStringConverter::threadSafety test on WASM temporarily

The test needs investigation. Skip it for now so that we can enable
CI for WASM but leave a note to investigate it.

Task-number: QTBUG-109954
Change-Id: I9448312c2c16ec4f31279dcbe4e2213681cabe8a
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
This commit is contained in:
Mikolaj Boc 2023-01-11 18:22:47 +01:00
parent 9483fcd68a
commit 0e520e5814

View File

@ -2456,6 +2456,10 @@ void tst_QStringConverter::initTestCase()
void tst_QStringConverter::threadSafety()
{
#if defined(Q_OS_WASM)
QSKIP("This test misbehaves on WASM. Investigation needed (QTBUG-110067)");
#endif
QThreadPool::globalInstance()->setMaxThreadCount(12);
QList<QString> res;