summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2019-02-28 09:35:39 +0100
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2019-07-01 09:22:21 +0000
commitdc9ccfb331119d319c7a620c075d04355e4745cf (patch)
tree9f4e259ab1507f32b9b2b62fab0efa7124b2e872
parent558eb844d59185d944c233348d2fef649e90b643 (diff)
downloadqtquickcontrols-dc9ccfb331119d319c7a620c075d04355e4745cf.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 (cherry picked from commit 6b62b506d6eb06271e082dcedaf75fd588a5b17c) Reviewed-by: Frederik Gladhorn <frederik.gladhorn@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 d3bfac4b..be35bedb 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)