summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-04-03 08:00:57 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-04-03 08:00:57 +0200
commit7c0c91a7a291b27f1555d47d899a1ff61dee1d48 (patch)
treee94500f7d767fa56465eae9d1e66f03aa55111a9 /testing
parent211f3c47b5f71c4f1c243591fe7601db95939455 (diff)
downloadpytest-7c0c91a7a291b27f1555d47d899a1ff61dee1d48.tar.gz
fix record_property test
Diffstat (limited to 'testing')
-rw-r--r--testing/test_junitxml.py1
1 files changed, 0 insertions, 1 deletions
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*',
])