From 7c0c91a7a291b27f1555d47d899a1ff61dee1d48 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Tue, 3 Apr 2018 08:00:57 +0200 Subject: [PATCH] fix record_property test --- testing/test_junitxml.py | 1 - 1 file changed, 1 deletion(-) 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*', ])