Merge lp:~jonas-drange/ubuntu-push/lp1577723-skiptest into lp:ubuntu-push/automatic

Proposed by Jonas G. Drange
Status: Merged
Approved by: Jonas G. Drange
Approved revision: 431
Merged at revision: 430
Proposed branch: lp:~jonas-drange/ubuntu-push/lp1577723-skiptest
Merge into: lp:ubuntu-push/automatic
Diff against target: 11 lines (+1/-0)
1 file modified
client/service/postal_test.go (+1/-0)
To merge this branch: bzr merge lp:~jonas-drange/ubuntu-push/lp1577723-skiptest
Reviewer Review Type Date Requested Status
Simon Fels Approve
Review via email: mp+293606@code.launchpad.net

Commit message

skip test that would be non-trivial to fix, but blocks rootfs from building for OTA11

To post a comment you must log in.
Revision history for this message
Simon Fels (morphis) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'client/service/postal_test.go'
2--- client/service/postal_test.go 2015-11-20 14:48:53 +0000
3+++ client/service/postal_test.go 2016-05-03 11:18:21 +0000
4@@ -380,6 +380,7 @@
5 // Post() tests
6
7 func (ps *postalSuite) TestPostWorks(c *C) {
8+ c.Skip("Skipping due to lp:1577723")
9 svc := ps.replaceBuses(NewPostalService(ps.cfg, ps.log))
10 svc.msgHandler = nil
11 ch := installTickMessageHandler(svc)

Subscribers

People subscribed via source and target branches