Closed DaGeRe closed 3 years ago
This comment has been imported from an old repository. It was originally created by @DaGeRe at 2021-10-25T19:24:45Z
Thanks for the hint, this should be fixed now: https://github.com/DaGeRe/peass-ci/commit/59a12a488a23c67af8b2089772906ac99dbf35fd
Using the OnlyMeasureWorkload option should be mutually exclusive with using several repetitions, since @Before (compared to @BeforeClass) would usually be needed to run before every test method run.
Currently this runs through without a notice, but it should likely be a ConfigurationException or similar.