Merge lp:~dobey/ubuntuone-client/skip-test1085204 into lp:ubuntuone-client

Proposed by dobey
Status: Merged
Approved by: dobey
Approved revision: 1361
Merged at revision: 1360
Proposed branch: lp:~dobey/ubuntuone-client/skip-test1085204
Merge into: lp:ubuntuone-client
Diff against target: 19 lines (+2/-0)
1 file modified
tests/platform/credentials/test_linux.py (+2/-0)
To merge this branch: bzr merge lp:~dobey/ubuntuone-client/skip-test1085204
Reviewer Review Type Date Requested Status
Brian Curtin (community) Approve
Review via email: mp+137323@code.launchpad.net

Commit message

Skip a credentials test that fails now on Ubuntu 13.04.

To post a comment you must log in.
Revision history for this message
Brian Curtin (brian.curtin) :
review: Approve
Revision history for this message
Ubuntu One Auto Pilot (otto-pilot) wrote :

There are additional revisions which have not been approved in review. Please seek review and approval of these new revisions.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/platform/credentials/test_linux.py'
2--- tests/platform/credentials/test_linux.py 2012-09-14 19:24:25 +0000
3+++ tests/platform/credentials/test_linux.py 2012-11-30 21:37:19 +0000
4@@ -38,6 +38,7 @@
5
6 from twisted.internet.defer import Deferred, inlineCallbacks
7 from ubuntuone.devtools.handlers import MementoHandler
8+from ubuntuone.devtools.testcases import skipTest
9 from ubuntuone.devtools.testcases.dbus import DBusTestCase
10
11 from ubuntuone.platform.credentials import (
12@@ -657,6 +658,7 @@
13 args = ('CredentialsError', verify)
14 super(SameAppWithErrorTestCase, self).connect_signals(callback=args)
15
16+ @skipTest('Failing on Ubuntu 13.04 - bug #1085204')
17 @inlineCallbacks
18 def test_find_credentials_sync(self):
19 """The find_credentials_sync method calls ubuntu_sso's method."""

Subscribers

People subscribed via source and target branches