Merge lp:~dobey/ubuntuone-client/skip-being-hashed into lp:ubuntuone-client

Proposed by dobey on 2012-08-28
Status: Merged
Approved by: Mike McCracken on 2012-08-28
Approved revision: 1300
Merged at revision: 1300
Proposed branch: lp:~dobey/ubuntuone-client/skip-being-hashed
Merge into: lp:ubuntuone-client
Diff against target: 19 lines (+2/-0)
1 file modified
tests/syncdaemon/test_hashqueue.py (+2/-0)
To merge this branch: bzr merge lp:~dobey/ubuntuone-client/skip-being-hashed
Reviewer Review Type Date Requested Status
Mike McCracken (community) Approve on 2012-08-28
Eric Casteleijn (community) 2012-08-28 Approve on 2012-08-28
Review via email: mp+121674@code.launchpad.net

Commit Message

Skip the test_being_hashed for now as it causes intermittent failures.

To post a comment you must log in.
Eric Casteleijn (thisfred) :
review: Approve
Mike McCracken (mikemc) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/syncdaemon/test_hashqueue.py'
2--- tests/syncdaemon/test_hashqueue.py 2012-04-09 20:07:05 +0000
3+++ tests/syncdaemon/test_hashqueue.py 2012-08-28 18:15:23 +0000
4@@ -42,6 +42,7 @@
5 from twisted.trial.unittest import TestCase as TwistedTestCase
6 from twisted.internet import defer, reactor
7 from ubuntuone.devtools.handlers import MementoHandler
8+from ubuntuone.devtools.testcases import skipTest
9
10 from contrib.testing.testcase import BaseTwistedTestCase
11 from ubuntuone.platform import open_file, stat_path
12@@ -583,6 +584,7 @@
13 self.assertEqual(kwargs['mdid'], "foo")
14 self.assertTrue(call_later_called)
15
16+ @skipTest('Causing intermittent failures. LP: #935568')
17 def test_being_hashed(self):
18 """Tell if something is being hashed."""
19 tfile1 = os.path.join(self.test_dir, "tfile1")

Subscribers

People subscribed via source and target branches