It fails intermittently, for example, if I run the entire set of tests, it fails in 2 classes, but if I run one of these failing classes by itself, then it does not fail. These classes are all part of the same project, i.e., they share the same POM.
All the test classes are annotated: @RunWith(PaxExam.class) @ExamReactorStrategy(PerClass.class) Best regards, Alex soto > On May 8, 2019, at 10:59 AM, Jean-Baptiste Onofré <[email protected]> wrote: > > No problem. Happy it works ;) > > Regards > JB > > On 08/05/2019 16:58, Alex Soto wrote: >> Added: >> >> <exclusions> >> <exclusion> >> <groupId>org.apache.felix</groupId> >> <artifactId>org.apache.felix.configadmin</artifactId> >> </exclusion> >> </exclusions> >> >> >> To the /_pax-exam-container-karaf_/ dependency, and it worked. I am not >> sure if it is a fluke just yet; I will need to run it a few times, to >> make sure it is real fix. >> Thank you, JB, for spending time with me chasing this issue down. >> >> Best regards, >> Alex soto >> >> >> >> >>> On May 8, 2019, at 10:25 AM, Jean-Baptiste Onofré <[email protected] >>> <mailto:[email protected] <mailto:[email protected]>>> wrote: >>> >>> <dependency> >>> <groupId>org.apache.karaf.itests</groupId> >>> <artifactId>common</artifactId> >>> <version>4.2.5</version> >>> </dependency> >> > > -- > Jean-Baptiste Onofré > [email protected] <mailto:[email protected]> > http://blog.nanthrax.net <http://blog.nanthrax.net/> > Talend - http://www.talend.com <http://www.talend.com/>
