Merge lp:~canonical-platform-qa/autopilot/unskipping_ci_test_1384957 into lp:autopilot

Proposed by Christopher Lee on 2015-01-26
Status: Superseded
Proposed branch: lp:~canonical-platform-qa/autopilot/unskipping_ci_test_1384957
Merge into: lp:autopilot
Diff against target: 14 lines (+0/-4)
1 file modified
autopilot/tests/functional/test_ap_apps.py (+0/-4)
To merge this branch: bzr merge lp:~canonical-platform-qa/autopilot/unskipping_ci_test_1384957
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration 2015-01-26 Needs Fixing on 2015-01-30
Review via email: mp+247543@code.launchpad.net

This proposal has been superseded by a proposal from 2015-06-02.

Commit Message

Unskipping test (skipped due to CI issue).

Description of the Change

Unskipping test (skipped due to CI issue).

To post a comment you must log in.
Leo Arias (elopio) wrote :

I've just asked CI why jenkins is not running here. Paul is taking a look.

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'autopilot/tests/functional/test_ap_apps.py'
2--- autopilot/tests/functional/test_ap_apps.py 2014-10-23 22:11:41 +0000
3+++ autopilot/tests/functional/test_ap_apps.py 2015-01-26 02:03:47 +0000
4@@ -296,10 +296,6 @@
5 )
6 self.assertTrue(app_proxy is not None)
7
8- @skipIf(
9- model() == "Desktop",
10- "CI infrastructure issue (please see: autopilot/+bug/1384957)"
11- )
12 def test_can_launch_upstart_app(self):
13 path = self.get_qml_viewer_app_path()
14 fixture = self.useFixture(TempDesktopFile(exec_=path,))

Subscribers

People subscribed via source and target branches