Merge lp:~stevenk/launchpad/undisable-tests-redux into lp:launchpad

Proposed by Steve Kowalik
Status: Merged
Approved by: Steve Kowalik
Approved revision: no longer in the source branch.
Merged at revision: 16237
Proposed branch: lp:~stevenk/launchpad/undisable-tests-redux
Merge into: lp:launchpad
Diff against target: 13 lines (+1/-2)
1 file modified
bzrplugins/lpserve/test_lpserve.py (+1/-2)
To merge this branch: bzr merge lp:~stevenk/launchpad/undisable-tests-redux
Reviewer Review Type Date Requested Status
Steve Kowalik (community) code Approve
Review via email: mp+132993@code.launchpad.net

Commit message

Undisable test_sigint_clearly_breaks to see if buildbot loves it.

Description of the change

Undisable test_sigint_clearly_breaks to see if it still fails on buildbot.

To post a comment you must log in.
Revision history for this message
Steve Kowalik (stevenk) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bzrplugins/lpserve/test_lpserve.py'
2--- bzrplugins/lpserve/test_lpserve.py 2012-06-29 08:40:05 +0000
3+++ bzrplugins/lpserve/test_lpserve.py 2012-11-06 00:04:23 +0000
4@@ -611,8 +611,7 @@
5 def test_sigterm_exits_nicely(self):
6 self._check_exits_nicely(signal.SIGTERM)
7
8- def disable_test_sigint_exits_nicely(self):
9- # XXX: frankban 2012-03-29 bug=828584: This test fails intermittently.
10+ def test_sigint_exits_nicely(self):
11 self._check_exits_nicely(signal.SIGINT)
12
13 def test_child_exits_eventually(self):