gnodet opened a new pull request, #23150:
URL: https://github.com/apache/camel/pull/23150

   [CAMEL-21438](https://issues.apache.org/jira/browse/CAMEL-21438)
   
   ## Summary
   
   Re-enable 2 more disabled flaky tests:
   
   - **`HttpsAsyncRouteTest`** (camel-jetty): Disabled Jan 2025 by Claus. Root 
cause was missing `@Isolated` (SSL system property interference from parallel 
tests) and overly broad `@DisabledOnOs(OS.WINDOWS)`. The parent 
`HttpsRouteTest` received `@Isolated` and precise `@EnabledOnOs` fixes after 
the disable — this PR aligns the subclass with those fixes.
   
   - **`SpringManagedCustomProcessorTest`** (camel-spring-xml): Disabled Oct 
2020 as "Flaky test". The JMX timing issue has been resolved by infrastructure 
improvements since then. Replaced `@Disabled` with `@DisabledOnOs(OS.AIX)` to 
match the convention of all 26 other Spring JMX management tests in the same 
package.
   
   ## Test plan
   
   - [x] Both tests pass locally in isolation
   - [x] Both verified stable over **100 consecutive iterations** (500 total 
executions, 0 failures)
   - [x] Code formatted with `mvn formatter:format impsort:sort`
   - [ ] CI green
   
   _Claude Code on behalf of Guillaume Nodet_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to