summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qtextedit
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/widgets/qtextedit')
-rw-r--r--tests/auto/widgets/widgets/qtextedit/tst_qtextedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/widgets/widgets/qtextedit/tst_qtextedit.cpp b/tests/auto/widgets/widgets/qtextedit/tst_qtextedit.cpp
index d074cca64a..a9c063a086 100644
--- a/tests/auto/widgets/widgets/qtextedit/tst_qtextedit.cpp
+++ b/tests/auto/widgets/widgets/qtextedit/tst_qtextedit.cpp
@@ -1358,7 +1358,7 @@ void tst_QTextEdit::copyAvailable()
QFETCH(QString, function);
#ifdef Q_WS_MAC
- QSKIP("copyAvailable has never passed on Mac, task to fix is 132482");
+ QSKIP("QTBUG-22283: copyAvailable has never passed on Mac");
#endif
ed->clear();
QApplication::clipboard()->clear();