summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2019-02-28 09:35:39 +0100
committerMitch Curtis <mitch.curtis@qt.io>2019-02-28 09:58:56 +0000
commit6b62b506d6eb06271e082dcedaf75fd588a5b17c (patch)
tree35097df8b4c04435f853660ea7b22b2464a356eb
parentee36ee7f7352b08da15d4e4875e93256e4cdc245 (diff)
downloadqtquickcontrols-6b62b506d6eb06271e082dcedaf75fd588a5b17c.tar.gz
Skip Tests_ScrollView::test_dragFetchAppend
It's notoriously flaky, with several attempts to stabilise it so far, and it's now blocking 5.13. I would blacklist it, but QTBUG-74117. Task-number: QTBUG-55727 Change-Id: I653f534ed712fa5af9bcf6340faee2cae2f1c99b Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
-rw-r--r--tests/auto/controls/data/tst_scrollview.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/controls/data/tst_scrollview.qml b/tests/auto/controls/data/tst_scrollview.qml
index 95aa6e98..a3c8eab3 100644
--- a/tests/auto/controls/data/tst_scrollview.qml
+++ b/tests/auto/controls/data/tst_scrollview.qml
@@ -179,6 +179,8 @@ TestCase {
}
function test_dragFetchAppend() { // QTBUG-50795
+ skip("This is flaky: QTBUG-55727. Can't use BLACKLIST because of QTBUG-74117.")
+
var scrollView = dragFetchAppendComponent.createObject(container)
verify(scrollView !== null, "view created is null")
waitForRendering(scrollView)