From dea468fcaaf1f85bb4311251acb12843bd436815 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 13 Jul 2014 19:18:59 +0200 Subject: [PATCH] Xfail vcard group test --- tests/utils/test_vobject.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/utils/test_vobject.py b/tests/utils/test_vobject.py index 36b7360..a1f7d33 100644 --- a/tests/utils/test_vobject.py +++ b/tests/utils/test_vobject.py @@ -8,6 +8,7 @@ ''' import textwrap +import icalendar import pytest import vdirsyncer.utils.vobject as vobject @@ -173,6 +174,9 @@ def test_multiline_uid_complex(): u'EA62114AC9F0EF') +@pytest.mark.xfail(icalendar.parser.NAME.findall('FOO.BAR') != ['FOO.BAR'], + reason=('version of icalendar doesn\'t support dots in ' + 'property names')) def test_vcard_property_groups(): vcard = textwrap.dedent(u''' BEGIN:VCARD