fix record_property test

This commit is contained in:
Ronny Pfannschmidt 2018-04-03 08:00:57 +02:00
parent 211f3c47b5
commit 7c0c91a7a2
1 changed files with 0 additions and 1 deletions

View File

@ -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*',
])