diff --git a/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h b/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h index 6e02959add0..767194b9288 100644 --- a/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h +++ b/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h @@ -48,11 +48,11 @@ struct MessageHandlerCustom : public MessageHandler inline static QString expectedMessage; }; -/* QNX's compiler requires too many resources, letting the CI system abort the test +/* * mingw is blacklisted due to issues with gcc 4.8 * ### TODO: Check if mingw can be safely removed */ -#if defined(__MINGW32__) || defined(Q_OS_QNX) +#if defined(__MINGW32__) # define TST_QMETATYPE_BROKEN_COMPILER #endif