summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTrond Kjernaasen <trond@trolltech.com>2009-09-16 11:39:06 (GMT)
committerTrond Kjernaasen <trond@trolltech.com>2009-09-16 11:39:06 (GMT)
commit93df7f3b8e0e29ee7ed75a5f54222f26387cc793 (patch)
treee0c354997d53f1bf97de7c4ddc6c8e5b9bafbdf4 /tests
parent706028b5684de47addcf580599df5fad1b0cd6a3 (diff)
downloadQt-93df7f3b8e0e29ee7ed75a5f54222f26387cc793.zip
Qt-93df7f3b8e0e29ee7ed75a5f54222f26387cc793.tar.gz
Qt-93df7f3b8e0e29ee7ed75a5f54222f26387cc793.tar.bz2
Disabled the qtwidgets test for the times being.
Reviewed-by: Jesper
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qtwidgets/tst_qtwidgets.cpp2
1 files changed, 2 insertions, 0 deletions
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();