1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Clarify xfails are for deprecated features

This commit is contained in:
Tim Byrne
2019-10-11 07:22:38 -05:00
parent 3a192db420
commit 0c7aec6dd7

View File

@@ -153,7 +153,7 @@ def test_wild(request, runner, yadm_y, paths,
if request.node.name in BROKEN_TEST_IDS:
pytest.xfail(
'This test is known to be broken. '
'This bug needs to be fixed.')
'This bug only affects deprecated features.')
tst_class = 'testclass'