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:
parent
9483fcd68a
commit
0e520e5814
@ -2456,6 +2456,10 @@ void tst_QStringConverter::initTestCase()
|
|||||||
|
|
||||||
void tst_QStringConverter::threadSafety()
|
void tst_QStringConverter::threadSafety()
|
||||||
{
|
{
|
||||||
|
#if defined(Q_OS_WASM)
|
||||||
|
QSKIP("This test misbehaves on WASM. Investigation needed (QTBUG-110067)");
|
||||||
|
#endif
|
||||||
|
|
||||||
QThreadPool::globalInstance()->setMaxThreadCount(12);
|
QThreadPool::globalInstance()->setMaxThreadCount(12);
|
||||||
|
|
||||||
QList<QString> res;
|
QList<QString> res;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user