Remove ownCloud skip for multiget crash

Ref https://github.com/owncloudarchive/calendar/issues/935
This commit is contained in:
Markus Unterwaditzer 2016-03-09 15:53:47 +01:00
parent 1f190e69ff
commit baa82846c0

View file

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