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:
parent
ef22545184
commit
e5c23db60c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user