From 17cc8b325a01fff641fb60ac26ec99d081dbdd77 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 (cherry picked from commit 93df7f3b8e0e29ee7ed75a5f54222f26387cc793) --- 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 ff9253e..f7ea081 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