From c4e5208dd17196fd6870bd8672cf68ff50873ad1 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Tue, 22 Aug 2017 12:45:16 +0200 Subject: skip tst_dialog::reject() instead of blacklisting it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Running this test causes tests after it to fail, mainly those related to hover. Since we need to fix the root cause of the recent failures before the release, it shouldn’t matter too much that this test isn’t run for a bit. Task-number: QTBUG-62549 Change-Id: Id8fd00e9049890ae47504c3e4b4ea3dda8ac60ef Reviewed-by: Jani Heikkinen Reviewed-by: Simon Hausmann --- tests/auto/controls/data/tst_dialog.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/auto/controls/data/tst_dialog.qml') diff --git a/tests/auto/controls/data/tst_dialog.qml b/tests/auto/controls/data/tst_dialog.qml index 5ad3e81a..e2557a04 100644 --- a/tests/auto/controls/data/tst_dialog.qml +++ b/tests/auto/controls/data/tst_dialog.qml @@ -105,6 +105,8 @@ TestCase { } function test_reject() { + skip("QTBUG-62549, QTBUG-62628") + var control = createTemporaryObject(dialog, testCase) var openedSpy = createTemporaryObject(signalSpy, testCase, {target: control, signalName: "opened"}) -- cgit v1.2.3