diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2012-11-22 21:31:31 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-22 21:38:26 (GMT) |
commit | ed40beeff54d665e604d0fa861c5865554832964 (patch) | |
tree | f94a7bbee552fef5a6056bd973d6b7f9e1e6921f /tests/auto/qwidget_window | |
parent | 8ef339ed2fed66646f458c60b2e0e7ac560dad06 (diff) | |
download | Qt-ed40beeff54d665e604d0fa861c5865554832964.zip Qt-ed40beeff54d665e604d0fa861c5865554832964.tar.gz Qt-ed40beeff54d665e604d0fa861c5865554832964.tar.bz2 |
tests: Mark flaky tests as insignificant
Task-number: QTQAINFRA-574
Change-Id: I385818d81d2565285e9402c0b6d63938f9019081
Reviewed-by: Richard J. Moore <rich@kde.org>
Diffstat (limited to 'tests/auto/qwidget_window')
-rw-r--r-- | tests/auto/qwidget_window/qwidget_window.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qwidget_window/qwidget_window.pro b/tests/auto/qwidget_window/qwidget_window.pro index d83fb24..f0b30af 100644 --- a/tests/auto/qwidget_window/qwidget_window.pro +++ b/tests/auto/qwidget_window/qwidget_window.pro @@ -4,3 +4,5 @@ SOURCES += tst_qwidget_window.cpp x11 { LIBS += $$QMAKE_LIBS_X11 } + +CONFIG+=insignificant_test # QTQAINFRA-574 |