Re: Quick test at maven-surefire-3.0-M6-SNAPSHOT

2022-03-08 Thread Dan Tran
found this matched JIRA https://issues.apache.org/jira/browse/SUREFIRE-2033 -D On Mon, Mar 7, 2022 at 10:39 PM Dan Tran wrote: > From the console log, looks like junit4 provider got picked up first and > lock-in? > > -D > > On Mon, Mar 7, 2022 at 9:56 PM Dan Tran wrote: > >> >> Hi >> >> My su

Re: Quick test at maven-surefire-3.0-M6-SNAPSHOT

2022-03-07 Thread Dan Tran
>From the console log, looks like junit4 provider got picked up first and lock-in? -D On Mon, Mar 7, 2022 at 9:56 PM Dan Tran wrote: > > Hi > > My surefire 3.0.0-M4 classpath contains both junit4 and junit5 providers, > and surefire beautifully run both junit4 and junit test classes > > with