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
=== modified file 'tests/autopilot/webbrowser_app/tests/test_progressbar.py'
--- tests/autopilot/webbrowser_app/tests/test_progressbar.py 2013-07-30 14:42:52 +0000
+++ tests/autopilot/webbrowser_app/tests/test_progressbar.py 2013-09-16 15:55:41 +0000
@@ -11,6 +11,8 @@
11from testtools.matchers import Equals11from testtools.matchers import Equals
12from autopilot.matchers import Eventually12from autopilot.matchers import Eventually
1313
14import unittest
15
14from webbrowser_app.tests import \16from webbrowser_app.tests import \
15 BrowserTestCaseBaseWithHTTPServer, \17 BrowserTestCaseBaseWithHTTPServer, \
16 StartOpenRemotePageTestCaseBase, \18 StartOpenRemotePageTestCaseBase, \
@@ -31,6 +33,9 @@
31 self.ARGS = [self.url]33 self.ARGS = [self.url]
32 super(TestProgressBarAtStartup, self).setUp()34 super(TestProgressBarAtStartup, self).setUp()
3335
36 @unittest.skip("This test is flaky on slow configurations where the "
37 "autopilot machinery takes longer to initialize than the "
38 "hardcoded page load delay.")
34 def test_chrome_initially_shown_then_hides_when_loaded(self):39 def test_chrome_initially_shown_then_hides_when_loaded(self):
35 self.assert_chrome_eventually_shown()40 self.assert_chrome_eventually_shown()
36 self.assert_page_eventually_loaded(self.url)41 self.assert_page_eventually_loaded(self.url)

Subscribers

People subscribed via source and target branches

to status/vote changes: