Remove ownCloud skip for metadata glitch

Ref https://github.com/owncloud/core/issues/18409
This commit is contained in:
Markus Unterwaditzer 2016-03-09 15:52:42 +01:00
parent a3a1898ef4
commit 1f190e69ff

View file

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