From 93df7f3b8e0e29ee7ed75a5f54222f26387cc793 Mon Sep 17 00:00:00 2001 From: Trond Kjernaasen Date: Wed, 16 Sep 2009 13:39:06 +0200 Subject: Disabled the qtwidgets test for the times being. Reviewed-by: Jesper --- tests/auto/qtwidgets/tst_qtwidgets.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/qtwidgets/tst_qtwidgets.cpp b/tests/auto/qtwidgets/tst_qtwidgets.cpp index f5f638e..237c3f3 100644 --- a/tests/auto/qtwidgets/tst_qtwidgets.cpp +++ b/tests/auto/qtwidgets/tst_qtwidgets.cpp @@ -59,6 +59,8 @@ private slots: void tst_QtWidgets::snapshot() { + QSKIP("This test doesn't do anything useful at the moment.", SkipAll); + StyleWidget widget(0, Qt::X11BypassWindowManagerHint); widget.show(); -- cgit v0.12