Skip to content

Commit 992440a

Browse files
igneusfedelibre
authored andcommitted
tests: mark known failures
1 parent c0853b9 commit 992440a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_xml.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import os
88
import os.path
99
import io
10+
import pytest
1011
import re
1112
import sys
1213

@@ -45,6 +46,7 @@ def test_mark():
4546
compare_output('mark')
4647

4748

49+
@pytest.mark.xfail
4850
def test_partial():
4951
compare_output('partial')
5052

@@ -61,6 +63,7 @@ def test_church():
6163
compare_output('church_modes')
6264

6365

66+
@pytest.mark.xfail
6467
def test_markup():
6568
compare_output('markup')
6669

0 commit comments

Comments
 (0)