Merge lp:~osomon/webbrowser-app/skip-flaky-test-slow-configs into lp:webbrowser-app

Proposed by Olivier Tilloy
Status: Merged
Approved by: Olivier Tilloy
Approved revision: 311
Merged at revision: 312
Proposed branch: lp:~osomon/webbrowser-app/skip-flaky-test-slow-configs
Merge into: lp:webbrowser-app
Diff against target: 22 lines (+5/-0)
1 file modified
tests/autopilot/webbrowser_app/tests/test_progressbar.py (+5/-0)
To merge this branch: bzr merge lp:~osomon/webbrowser-app/skip-flaky-test-slow-configs
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+185847@code.launchpad.net

Commit message

Skip a test that is flaky (for a known reason) on slow configurations.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
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/webbrowser_app/tests/test_progressbar.py'
2--- tests/autopilot/webbrowser_app/tests/test_progressbar.py 2013-07-30 14:42:52 +0000
3+++ tests/autopilot/webbrowser_app/tests/test_progressbar.py 2013-09-16 15:55:41 +0000
4@@ -11,6 +11,8 @@
5 from testtools.matchers import Equals
6 from autopilot.matchers import Eventually
7
8+import unittest
9+
10 from webbrowser_app.tests import \
11 BrowserTestCaseBaseWithHTTPServer, \
12 StartOpenRemotePageTestCaseBase, \
13@@ -31,6 +33,9 @@
14 self.ARGS = [self.url]
15 super(TestProgressBarAtStartup, self).setUp()
16
17+ @unittest.skip("This test is flaky on slow configurations where the "
18+ "autopilot machinery takes longer to initialize than the "
19+ "hardcoded page load delay.")
20 def test_chrome_initially_shown_then_hides_when_loaded(self):
21 self.assert_chrome_eventually_shown()
22 self.assert_page_eventually_loaded(self.url)

Subscribers

People subscribed via source and target branches

to status/vote changes: