Skip crashing test on Mac.
Task-number: QTBUG-23010 Change-Id: I0e0513e50664421522c104163a28c3fa88b5c469 Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
This commit is contained in:
parent
9d0ccbfbbf
commit
5f1988658a
|
@ -1867,6 +1867,9 @@ void tst_qquicktextedit::delegateLoading_data()
|
|||
|
||||
void tst_qquicktextedit::delegateLoading()
|
||||
{
|
||||
#ifdef Q_OS_MAC
|
||||
QSKIP("Test crashes during canvas tear down. QTBUG-23010");
|
||||
#endif
|
||||
QFETCH(QString, qmlfile);
|
||||
QFETCH(QString, error);
|
||||
|
||||
|
|
Loading…
Reference in New Issue