summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/declarative/qdeclarativetextedit/qdeclarativetextedit.pro2
-rw-r--r--tests/auto/qwidget_window/qwidget_window.pro2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativetextedit/qdeclarativetextedit.pro b/tests/auto/declarative/qdeclarativetextedit/qdeclarativetextedit.pro
index e9093e146f..8481b19da8 100644
--- a/tests/auto/declarative/qdeclarativetextedit/qdeclarativetextedit.pro
+++ b/tests/auto/declarative/qdeclarativetextedit/qdeclarativetextedit.pro
@@ -13,3 +13,5 @@ wince*|symbian: {
} else {
DEFINES += SRCDIR=\\\"$$PWD\\\"
}
+
+CONFIG+=insignificant_test # QTQAINFRA-574
diff --git a/tests/auto/qwidget_window/qwidget_window.pro b/tests/auto/qwidget_window/qwidget_window.pro
index d83fb248d3..f0b30affa0 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