orpiske commented on code in PR #12844:
URL: https://github.com/apache/camel/pull/12844#discussion_r1459014695
##########
core/camel-core/src/test/java/org/apache/camel/component/file/stress/FileAsyncStressReadLockRenameManualManualTest.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 FileAsyncStressReadLockRenameManualManualTest extends
FileAsyncStressManualTest {
Review Comment:
This test does not need to be changed, as it's a manual one.
--
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]