This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch surefire-3.5.x
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/surefire-3.5.x by this push:
new 37e8f694c Add `flakes` attribute to use in `testsuite` report (#3306)
(#3308)
37e8f694c is described below
commit 37e8f694c18ca664a8e45e934a43d4870e799c45
Author: Olivier Lamy <[email protected]>
AuthorDate: Thu Mar 5 22:12:04 2026 +1000
Add `flakes` attribute to use in `testsuite` report (#3306) (#3308)
Co-authored-by: Piotrek Żygieło <[email protected]>
Co-authored-by: Piotrek Żygieło <[email protected]>
---
maven-surefire-plugin/src/site/resources/xsd/surefire-test-report.xsd | 1 +
1 file changed, 1 insertion(+)
diff --git
a/maven-surefire-plugin/src/site/resources/xsd/surefire-test-report.xsd
b/maven-surefire-plugin/src/site/resources/xsd/surefire-test-report.xsd
index 72ee09047..3b0e9da33 100644
--- a/maven-surefire-plugin/src/site/resources/xsd/surefire-test-report.xsd
+++ b/maven-surefire-plugin/src/site/resources/xsd/surefire-test-report.xsd
@@ -128,6 +128,7 @@
<xs:attribute name="errors" type="xs:string" use="required"/>
<xs:attribute name="skipped" type="xs:string" use="required"/>
<xs:attribute name="failures" type="xs:string" use="required"/>
+ <xs:attribute name="flakes" type="xs:string"/>
<xs:attribute name="group" type="xs:string"/>
</xs:complexType>
</xs:element>