We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d0894 commit ae61fa4Copy full SHA for ae61fa4
src/_pytest/junitxml.py
@@ -377,6 +377,12 @@ def test_foo(record_testsuite_property):
377
record_testsuite_property("STORAGE_TYPE", "CEPH")
378
379
``name`` must be a string, ``value`` will be converted to a string and properly xml-escaped.
380
+
381
+ .. warning::
382
383
+ Currently this fixture **does not work** with the
384
+ `pytest-xdist <https://github.com/pytest-dev/pytest-xdist>`__ plugin. See issue
385
+ `#7767 <https://github.com/pytest-dev/pytest/issues/7767>`__ for details.
386
"""
387
388
__tracebackhide__ = True
0 commit comments