diff --git a/src/_pytest/junitxml.py b/src/_pytest/junitxml.py index 8c68d196a2c..d1e98ad364f 100644 --- a/src/_pytest/junitxml.py +++ b/src/_pytest/junitxml.py @@ -377,6 +377,12 @@ def test_foo(record_testsuite_property): record_testsuite_property("STORAGE_TYPE", "CEPH") ``name`` must be a string, ``value`` will be converted to a string and properly xml-escaped. + + .. warning:: + + Currently this fixture **does not work** with the + `pytest-xdist `__ plugin. See issue + `#7767 `__ for details. """ __tracebackhide__ = True