Android: temporary skip tst_QDialog::dialogInGraphicsView

This test crashed and prevents other testcases from execution.
The test requires a proper fix, but that's not trivial, so skipping
to enable more tests in the CI for now.

Task-number: QTBUG-101321
Pick-to: 6.3 6.2
Change-Id: I1bd4b1182cc868a36391a718457eae647675fc17
Reviewed-by: Andreas Buhr <andreas.buhr@qt.io>
This commit is contained in:
Ivan Solovev 2022-02-28 14:41:28 +01:00
parent ef22545184
commit e5c23db60c

View File

@ -561,6 +561,10 @@ void tst_QDialog::transientParent()
void tst_QDialog::dialogInGraphicsView()
{
#ifdef Q_OS_ANDROID
// QTBUG-101321
QSKIP("This test crashes on Android");
#endif
// QTBUG-49124: A dialog embedded into QGraphicsView has Qt::WA_DontShowOnScreen
// set (as has a native dialog). It must not trigger the modal handling though
// as not to lock up.