Android: skip tst_qwidget::render()

Task-number: QTBUG-118984
Change-Id: Ie9f30608ae96dd53900501d7b5f90c38ca6bc40f
Reviewed-by: Dimitrios Apostolou <jimis@qt.io>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
Assam Boudjelthia 2023-11-16 13:13:11 +02:00
parent 1c82e92202
commit 37add5dcb8

View File

@ -7854,6 +7854,9 @@ private:
void tst_QWidget::render()
{
#ifdef Q_OS_ANDROID
QSKIP("QTBUG-118984: crashes on Android.");
#endif
QCalendarWidget source;
source.setWindowTitle(QLatin1String(QTest::currentTestFunction()));
// disable anti-aliasing to eliminate potential differences when subpixel antialiasing