This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push:
new 6059d7ca6 Add `flakes` attribute to use in `testsuite` report (#3306)
6059d7ca6 is described below
commit 6059d7ca65eeaf82f94416251f3ee4df107bae89
Author: Piotrek Żygieło <[email protected]>
AuthorDate: Thu Mar 5 09:11:12 2026 +0100
Add `flakes` attribute to use in `testsuite` report (#3306)
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>