mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Remove useless skip
This commit is contained in:
parent
6a273953f7
commit
fa6a98ec9b
1 changed files with 0 additions and 3 deletions
|
|
@ -200,9 +200,6 @@ class StorageTests(object):
|
||||||
|
|
||||||
def test_create_collection(self, requires_collections, get_storage_args,
|
def test_create_collection(self, requires_collections, get_storage_args,
|
||||||
get_item):
|
get_item):
|
||||||
if getattr(self, 'dav_server', '') == 'radicale':
|
|
||||||
pytest.skip('MKCOL is broken under Radicale 1.x')
|
|
||||||
|
|
||||||
if getattr(self, 'dav_server', '') in \
|
if getattr(self, 'dav_server', '') in \
|
||||||
('icloud', 'fastmail', 'davical'):
|
('icloud', 'fastmail', 'davical'):
|
||||||
pytest.skip('Manual cleanup would be necessary.')
|
pytest.skip('Manual cleanup would be necessary.')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue