When I look the JUnit xsd into the JUnit project https://github.com/junit-team/junit5/blob/master/platform-tests/src/test/resources/jenkins-junit.xsd
I see that the skipped attribute is not present into the testsuites node. Only the disabled is present
I'm wondering that testsuites node will group all results of différent testsuite and cumulate the skipped attribute of all testsuite (if present)
Do you know the reason of this ?