mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 21:17:54 +00:00
.todo isn't working on Python 2 for some reason.
This commit is contained in:
parent
44388037df
commit
a2d54aa8bc
@ -118,7 +118,7 @@ class IStorageServerImmutableAPIsTestsMixin(object):
|
||||
self.assertEqual(already_got, already_got2)
|
||||
self.assertEqual(set(allocated.keys()), set(allocated2.keys()))
|
||||
|
||||
test_allocate_buckets_repeat.todo = (
|
||||
test_allocate_buckets_repeat.skip = (
|
||||
"https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3793"
|
||||
)
|
||||
|
||||
@ -154,7 +154,7 @@ class IStorageServerImmutableAPIsTestsMixin(object):
|
||||
self.assertEqual(already_got2, set()) # none were fully written
|
||||
self.assertEqual(set(allocated2.keys()), set(range(7)))
|
||||
|
||||
test_allocate_buckets_more_sharenums.todo = (
|
||||
test_allocate_buckets_more_sharenums.skip = (
|
||||
"https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3793"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user