From 5a3a59b1c157049a7871b09abf474b75a76eb4d5 Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Mon, 13 Apr 2015 15:54:18 +0200 Subject: [PATCH] Tests: Blacklist tst_QGraphicItem::ensureUpdateOnTextItem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On OS X 10.10. This test is currently failing in CI. Change-Id: I1b3a33b404c915e83c5e4fa0a7af69d1b941d93c Task-number: QTBUG-41342 Reviewed-by: Morten Johan Sørvig --- tests/auto/widgets/graphicsview/qgraphicsitem/BLACKLIST | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/widgets/graphicsview/qgraphicsitem/BLACKLIST b/tests/auto/widgets/graphicsview/qgraphicsitem/BLACKLIST index edaa450731..56f643162b 100644 --- a/tests/auto/widgets/graphicsview/qgraphicsitem/BLACKLIST +++ b/tests/auto/widgets/graphicsview/qgraphicsitem/BLACKLIST @@ -1,2 +1,4 @@ [sorting] osx +[ensureUpdateOnTextItem] +osx-10.10