aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/font/tst_font.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/font/tst_font.cpp b/tests/auto/font/tst_font.cpp
index 84f6334b..cd41be91 100644
--- a/tests/auto/font/tst_font.cpp
+++ b/tests/auto/font/tst_font.cpp
@@ -85,6 +85,8 @@ static QFont testFont()
void tst_font::systemFont()
{
+ QSKIP("QTBUG-70063: qmlClearTypeRegistrations() call causes crash");
+
const QFont *originalSystemFont = QGuiApplicationPrivate::platformTheme()->font(QPlatformTheme::SystemFont);
if (!originalSystemFont)
QSKIP("Cannot test the system font on a minimal platform");