Merge lp:~bfiller/camera-app/fix-test-failure into lp:camera-app

Proposed by Bill Filler
Status: Merged
Merged at revision: 246
Proposed branch: lp:~bfiller/camera-app/fix-test-failure
Merge into: lp:camera-app
Diff against target: 19 lines (+2/-0)
1 file modified
tests/autopilot/camera_app/tests/test_gallery_integration.py (+2/-0)
To merge this branch: bzr merge lp:~bfiller/camera-app/fix-test-failure
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+206565@code.launchpad.net

Commit message

skip integration test until it's reworked to be more reliable

Description of the change

skip integration test as it's broken

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/camera_app/tests/test_gallery_integration.py'
2--- tests/autopilot/camera_app/tests/test_gallery_integration.py 2013-11-19 14:48:41 +0000
3+++ tests/autopilot/camera_app/tests/test_gallery_integration.py 2014-02-14 23:09:04 +0000
4@@ -15,6 +15,7 @@
5
6 from camera_app.tests import CameraAppTestCase
7 from unity8 import process_helpers as helpers
8+from unittest import skip
9
10 import os
11
12@@ -38,6 +39,7 @@
13 def get_current_focused_appid(self, unity8):
14 return unity8.select_single("Shell").currentFocusedAppId
15
16+ @skip("Temporarily skip as test is unreliable")
17 def test_gallery_button_opens_gallery(self):
18 gallery_button = self.main_window.get_gallery_button()
19 unity8 = self.get_unity8_proxy_object()

Subscribers

People subscribed via source and target branches