Hi again!
I created SUREFIRE-2085 [0] for this, as I feel this is a bug or at least
not optimal behavior of the the surefire plugin.
- martin
[0] https://issues.apache.org/jira/browse/SUREFIRE-2085
Am 03. Mai. 2022 schrieb Martin Höller:
> Hi!
>
> I'm using maven-surefire-plugin 3.0.0-M6 in
Hi!
I'm using maven-surefire-plugin 3.0.0-M6 in a multi-module build, with
JUnit 4.13.2. I use JUnit's categories to mark some unit tests as slow
like this:
@Test
@Category(SlowTest.class)
public void someTests() {...}
To avoid running slow tests I run mvn like this:
mvn test -Dexcluded