jboss-fuse / fuse

JBoss Fuse is an open source ESB with capabilities based on Apache Camel, Apache CXF, Apache ActiveMQ, Apache Karaf and Fabric8 in a single integrated distribution.
Apache License 2.0
136 stars 98 forks source link

ENTESB-6412 EsbProfileLongTest fails on AIX #356

Closed kevinearls closed 7 years ago

apupier commented 7 years ago

What do you think of using JUnit assume instead of a specific maven profile? https://github.com/junit-team/junit4/wiki/Assumptions-with-assume

it will allow to launch the test individually on AIX more easily.