diff --git a/tests/auto/quickcontrols/qquickcontextmenu/BLACKLIST b/tests/auto/quickcontrols/qquickcontextmenu/BLACKLIST new file mode 100644 index 0000000000..07c313224c --- /dev/null +++ b/tests/auto/quickcontrols/qquickcontextmenu/BLACKLIST @@ -0,0 +1,3 @@ +# QTBUG-137400 +[menuItemShouldntTriggerOnRelease] +opensuse-leap diff --git a/tests/auto/quickcontrols/qquickcontextmenu/tst_qquickcontextmenu.cpp b/tests/auto/quickcontrols/qquickcontextmenu/tst_qquickcontextmenu.cpp index 3d8cb630b3..db7a3457b3 100644 --- a/tests/auto/quickcontrols/qquickcontextmenu/tst_qquickcontextmenu.cpp +++ b/tests/auto/quickcontrols/qquickcontextmenu/tst_qquickcontextmenu.cpp @@ -299,6 +299,9 @@ void tst_QQuickContextMenu::explicitMenuPreventsBuiltInMenu() void tst_QQuickContextMenu::menuItemShouldntTriggerOnRelease() // QTBUG-133302 { +#ifdef Q_OS_ANDROID + QSKIP("Crashes on android. See QTBUG-137400"); +#endif QQuickApplicationHelper helper(this, "windowedContextMenuOnControl.qml"); QVERIFY2(helper.ready, helper.failureMessage()); QQuickWindow *window = helper.window;