Hi Chris. bq. if the jenkins build re-runs a TestCase 5 times, there's still only one section for that suite
I don't know about Jenkins XML, but this behavior is quite all right. Suite exceptions are either from static class init blocks or from "outside of test" scopes (like rule initialization, cleanup, Before/AfterClass hooks, etc.). These are performed once per class, regardless of how many tests a given class has associated to it. Don't know if this helps anyhow. Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org