mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Clarify xfails are for deprecated features
This commit is contained in:
parent
3a192db420
commit
0c7aec6dd7
@ -153,7 +153,7 @@ def test_wild(request, runner, yadm_y, paths,
|
|||||||
if request.node.name in BROKEN_TEST_IDS:
|
if request.node.name in BROKEN_TEST_IDS:
|
||||||
pytest.xfail(
|
pytest.xfail(
|
||||||
'This test is known to be broken. '
|
'This test is known to be broken. '
|
||||||
'This bug needs to be fixed.')
|
'This bug only affects deprecated features.')
|
||||||
|
|
||||||
tst_class = 'testclass'
|
tst_class = 'testclass'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user