Merge lp:~nskaggs/ubuntu-rssreader-app/ap-test-fix into lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk

Proposed by Nicholas Skaggs
Status: Merged
Approved by: Nicholas Skaggs
Approved revision: 143
Merged at revision: 143
Proposed branch: lp:~nskaggs/ubuntu-rssreader-app/ap-test-fix
Merge into: lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk
Diff against target: 10 lines (+1/-0)
1 file modified
tests/autopilot/ubuntu_rssreader_app/tests/test_rssreader.py (+1/-0)
To merge this branch: bzr merge lp:~nskaggs/ubuntu-rssreader-app/ap-test-fix
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Ubuntu Shorts Developers Pending
Review via email: mp+196649@code.launchpad.net

Commit message

disable test_edit_topic due to inability to read dynamic tabs

Description of the change

disable test_edit_topic due to inability to read dynamic tabs at the moment (unsure why not), thus the tests do not work as written

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)
Revision history for this message
Sergio Schvezov (sergiusens) wrote :

Would be good to annotate the skipping with a bug report next time to keep good track of it.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/ubuntu_rssreader_app/tests/test_rssreader.py'
2--- tests/autopilot/ubuntu_rssreader_app/tests/test_rssreader.py 2013-11-14 23:07:20 +0000
3+++ tests/autopilot/ubuntu_rssreader_app/tests/test_rssreader.py 2013-11-26 03:17:05 +0000
4@@ -350,6 +350,7 @@
5 rssfeedpage = lambda: self.main_view.get_rss_feed_page().visible
6 self.assertThat(rssfeedpage, Eventually(Equals(True)))
7
8+ @unittest.skip("Can't see or get dynamic tabs")
9 def test_edit_topic(self):
10 """test edit topic"""
11

Subscribers

People subscribed via source and target branches