mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Remove ownCloud skip for metadata glitch
Ref https://github.com/owncloud/core/issues/18409
This commit is contained in:
parent
a3a1898ef4
commit
1f190e69ff
1 changed files with 0 additions and 4 deletions
|
|
@ -255,10 +255,6 @@ class StorageTests(object):
|
|||
assert urlquote(uid, '/@:') in href
|
||||
|
||||
def test_metadata(self, requires_metadata, s):
|
||||
# https://github.com/owncloud/core/issues/18409
|
||||
if getattr(self, 'dav_server', '') == 'owncloud':
|
||||
pytest.skip('ownCloud is fundamentally broken.')
|
||||
|
||||
if not getattr(self, 'dav_server', ''):
|
||||
assert not s.get_meta('color')
|
||||
assert not s.get_meta('displayname')
|
||||
|
|
|
|||
Loading…
Reference in a new issue