Merge lp:~elopio/notes-app/skip_bug1288876 into lp:notes-app

Proposed by Leo Arias
Status: Merged
Approved by: Bill Filler
Approved revision: 252
Merged at revision: 251
Proposed branch: lp:~elopio/notes-app/skip_bug1288876
Merge into: lp:notes-app
Prerequisite: lp:~elopio/notes-app/dont_click_header
Diff against target: 15 lines (+6/-0)
1 file modified
tests/autopilot/notes_app/tests/test_expand_collapse.py (+6/-0)
To merge this branch: bzr merge lp:~elopio/notes-app/skip_bug1288876
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Bill Filler (community) Approve
Review via email: mp+211062@code.launchpad.net

Commit message

Skip the test that exposes bug 1288876.

To post a comment you must log in.
Revision history for this message
Bill Filler (bfiller) wrote :

approve

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'tests/autopilot/notes_app/tests/test_expand_collapse.py'
--- tests/autopilot/notes_app/tests/test_expand_collapse.py 2013-12-11 17:29:27 +0000
+++ tests/autopilot/notes_app/tests/test_expand_collapse.py 2014-03-14 14:40:32 +0000
@@ -64,6 +64,12 @@
64 self.assert_note_eventually_collapsed(second)64 self.assert_note_eventually_collapsed(second)
6565
66 def test_collapse_header(self):66 def test_collapse_header(self):
67 # Skipping the test for now because in order to release qt5.2 we want
68 # to match the results as much as possible to what we get in the
69 # current image. As the notes app is going to be deprecated, and this
70 # bug has a low impact on the user experience, it's not critical and
71 # won't be fixed before the qt5.2 release. -- elopio - 2014-03-14
72 self.skipTest('The test is failing because of bug #1288876')
67 first = self.main_window.get_notes()[0]73 first = self.main_window.get_notes()[0]
68 header = self.main_window.get_header()74 header = self.main_window.get_header()
6975

Subscribers

People subscribed via source and target branches

to all changes: