diff --git a/tests/auto/other/lancelot/tst_lancelot.cpp b/tests/auto/other/lancelot/tst_lancelot.cpp index 4bb0bae243..897f238aa5 100644 --- a/tests/auto/other/lancelot/tst_lancelot.cpp +++ b/tests/auto/other/lancelot/tst_lancelot.cpp @@ -186,6 +186,9 @@ void tst_Lancelot::testOpenGL_data() void tst_Lancelot::testOpenGL() { +#ifdef Q_OS_MAC + QSKIP("QTBUG-22792: This test function crashes on Mac OS X"); +#endif bool ok = false; QGLWidget glWidget; if (glWidget.isValid() && glWidget.format().directRendering()