Clarify xfails are for deprecated features

pull/174/head
Tim Byrne 5 years ago
parent 3a192db420
commit 0c7aec6dd7
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12

@ -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'

Loading…
Cancel
Save