~diegosarmentero/ubuntuone-client/bug1169312

« back to all changes in this revision

Viewing changes to tests/platform/credentials/test_linux.py

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2012-11-30 22:09:55 UTC
  • mfrom: (1359.1.2 skip-test1085204)
  • Revision ID: tarmac-20121130220955-o2sqppizk66k5o33
Skip a credentials test that fails now on Ubuntu 13.04.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
from twisted.internet.defer import Deferred, inlineCallbacks
40
40
from ubuntuone.devtools.handlers import MementoHandler
 
41
from ubuntuone.devtools.testcases import skipTest
41
42
from ubuntuone.devtools.testcases.dbus import DBusTestCase
42
43
 
43
44
from ubuntuone.platform.credentials import (
657
658
        args = ('CredentialsError', verify)
658
659
        super(SameAppWithErrorTestCase, self).connect_signals(callback=args)
659
660
 
 
661
    @skipTest('Failing on Ubuntu 13.04 - bug #1085204')
660
662
    @inlineCallbacks
661
663
    def test_find_credentials_sync(self):
662
664
        """The find_credentials_sync method calls ubuntu_sso's method."""