diff --git a/testing/test_junitxml.py b/testing/test_junitxml.py index b8bbd888f..3241cf6c1 100644 --- a/testing/test_junitxml.py +++ b/testing/test_junitxml.py @@ -877,7 +877,6 @@ def test_record_property(testdir): pnodes[1].assert_attr(name="foo", value="<1") result.stdout.fnmatch_lines([ 'test_record_property.py::test_record', - '*record_property*experimental*', ])