[camel-main] Junit5-extension-test DoubleRoutesPerClassTest is disabled (possibly would be removed)
Bug description
Refactors in Camel (based around AbstractTestSupport) made the scenario covered by DoubleRoutesPerClassTest invalid.
The test are using Lifecycle.PER_CLASS, therefore the routeBuilder from the second test class is not applied and test is failing. Because some of the functionality is marked as deprecated, the whole scenario might not be valid anymore.
This is not an issue, I probably used wrong version of Camel or something similar.
The nightly CI confirmed the error, reopening
FYI @orpiske
@JiriOndrusek thanks for the heads up. Yeah, this test scenario seems like it's invalid from now on