mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Remove ownCloud skip for multiget crash
Ref https://github.com/owncloudarchive/calendar/issues/935
This commit is contained in:
parent
1f190e69ff
commit
baa82846c0
1 changed files with 0 additions and 3 deletions
|
|
@ -143,9 +143,6 @@ class StorageTests(object):
|
|||
assert list(s.list()) == [(href, etag)]
|
||||
|
||||
def test_has(self, s, get_item):
|
||||
if getattr(self, 'dav_server', '') == 'owncloud':
|
||||
# https://github.com/owncloud/calendar/issues/935
|
||||
pytest.skip('ownCloud is buggy.')
|
||||
assert not s.has('asd')
|
||||
href, etag = s.upload(get_item())
|
||||
assert s.has(href)
|
||||
|
|
|
|||
Loading…
Reference in a new issue