Merge lp:~zsombi/ubuntu-ui-toolkit/disable-pulltorefresh-ap-test into lp:~bzoltan/ubuntu-ui-toolkit/landing_18.09

Proposed by Zsombor Egri
Status: Merged
Merged at revision: 1259
Proposed branch: lp:~zsombi/ubuntu-ui-toolkit/disable-pulltorefresh-ap-test
Merge into: lp:~bzoltan/ubuntu-ui-toolkit/landing_18.09
Diff against target: 13 lines (+3/-0)
1 file modified
tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_pull_to_refresh.py (+3/-0)
To merge this branch: bzr merge lp:~zsombi/ubuntu-ui-toolkit/disable-pulltorefresh-ap-test
Reviewer Review Type Date Requested Status
Zoltan Balogh Pending
Review via email: mp+235453@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_pull_to_refresh.py'
2--- tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_pull_to_refresh.py 2014-06-26 15:59:10 +0000
3+++ tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_pull_to_refresh.py 2014-09-22 13:23:00 +0000
4@@ -39,6 +39,9 @@
5 objectName='flickableWithPullToRefresh')
6
7 def test_pull_to_refresh_must_refresh_model(self):
8+ # TODO disabled due bug #1372446
9+ self.skipTest(
10+ 'Try to reproduce consistently, bug logged in #1372446')
11 self.flickable_with_pull_to_refresh.pull_to_refresh()
12
13 self.assertEqual(self.label.text, 'Refreshed.')

Subscribers

People subscribed via source and target branches

to all changes: