orpiske commented on code in PR #10285: URL: https://github.com/apache/camel/pull/10285#discussion_r1222497450
########## core/camel-core/src/test/java/org/apache/camel/impl/ScheduledPollConsumerBackoffTest.java: ########## @@ -22,10 +22,12 @@ import org.apache.camel.spi.PollingConsumerPollStrategy; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.condition.DisabledIfSystemProperty; +import org.junit.jupiter.api.parallel.Isolated; import static org.junit.jupiter.api.Assertions.assertEquals; @DisabledIfSystemProperty(named = "ci.env.name", matches = "github.com", disabledReason = "Flaky on Github CI") Review Comment: I don't think so, but it won't hurt to test. Let's give it a try. -- 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]
