orpiske commented on code in PR #12844: URL: https://github.com/apache/camel/pull/12844#discussion_r1459015408
########## core/camel-core/src/test/java/org/apache/camel/component/file/stress/FileAsyncStressReadLockNoneManualManualTest.java: ########## @@ -17,15 +17,18 @@ package org.apache.camel.component.file.stress; import java.util.Random; +import java.util.concurrent.CountDownLatch; -import org.apache.camel.Exchange; -import org.apache.camel.Processor; import org.apache.camel.builder.RouteBuilder; import org.junit.jupiter.api.Disabled; @Disabled("Manual test") public class FileAsyncStressReadLockNoneManualManualTest extends FileAsyncStressManualTest { Review Comment: Same note about manual tests I wrote for `FileAsyncStressReadLockRenameManualManualTest` -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org