mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 23:02:25 +00:00
Re-enable test.
This commit is contained in:
parent
7693fedf0c
commit
ec6dfb8297
@ -248,12 +248,11 @@ class IStorageServerImmutableAPIsTestsMixin(object):
|
||||
(yield buckets[2].callRemote("read", 0, 1024)), b"3" * 512 + b"4" * 512
|
||||
)
|
||||
|
||||
@skipIf(True, "https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3801")
|
||||
def test_overlapping_writes(self):
|
||||
"""
|
||||
The policy for overlapping writes is TBD:
|
||||
https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3801
|
||||
Overlapping writes in immutable uploads fail with ``OverlappingWriteError``.
|
||||
"""
|
||||
1/0
|
||||
|
||||
|
||||
class _FoolscapMixin(SystemTestMixin):
|
||||
|
Loading…
Reference in New Issue
Block a user