.todo isn't working on Python 2 for some reason.

This commit is contained in:
Itamar Turner-Trauring 2021-09-08 14:14:36 -04:00
parent 44388037df
commit a2d54aa8bc

View File

@ -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"
)