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 a765bde..fa5cd3e 100644 --- a/tests/auto/qtwidgets/tst_qtwidgets.cpp +++ b/tests/auto/qtwidgets/tst_qtwidgets.cpp @@ -74,6 +74,8 @@ void tst_QtWidgets::snapshot() { QSKIP("Jesper will fix this test when he has time.", SkipAll); #if 0 + QSKIP("This test doesn't do anything useful at the moment.", SkipAll); + StyleWidget widget(0, Qt::X11BypassWindowManagerHint); widget.show(); |