From a2e5f365521fc13710182ec4f7746cd119f28c87 Mon Sep 17 00:00:00 2001 From: Toby Tomkins Date: Mon, 16 Jan 2012 15:58:05 +1000 Subject: Flag tst_QComboBox tests as unstable. tst_QComboBox::keyBoardNavigationWithMouse and task_QTBUG_1071_changingFocusEmitsActivated tests are unstable. Task-number: QTBUG-23639 Change-Id: Ib8363505213117c581ea2921ebc58d4c2ec4cf8c Reviewed-by: Rohan McGovern --- tests/auto/widgets/widgets/qcombobox/qcombobox.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/auto/widgets/widgets/qcombobox/qcombobox.pro') diff --git a/tests/auto/widgets/widgets/qcombobox/qcombobox.pro b/tests/auto/widgets/widgets/qcombobox/qcombobox.pro index 88b9d08557..03bb91f4c0 100644 --- a/tests/auto/widgets/widgets/qcombobox/qcombobox.pro +++ b/tests/auto/widgets/widgets/qcombobox/qcombobox.pro @@ -2,3 +2,6 @@ CONFIG += testcase TARGET = tst_qcombobox QT += widgets widgets-private gui-private core-private testlib SOURCES += tst_qcombobox.cpp + +# QTBUG-23639 - unstable test (related QTBUG-1071) +linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG += insignificant_test -- cgit v1.2.3