Add warning of "preliminary feature" to record_xml_property

This commit is contained in:
David Diaz 2015-08-21 15:21:12 -06:00
parent 2ddbac1f98
commit 44d9365da0
1 changed files with 3 additions and 1 deletions

View File

@ -162,7 +162,9 @@ record_property("key", value)::
pytest.record_property("example_key", 1)
...
Warning: using this feature will break any schema verification.
Warning:
- This is a preliminary feature.
- Using this feature will break any schema verification.
Creating resultlog format files
----------------------------------------------------