diff options
Diffstat (limited to 'tests/auto/qtwidgets/tst_qtwidgets.cpp')
-rw-r--r-- | tests/auto/qtwidgets/tst_qtwidgets.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |