dybyte commented on code in PR #10069:
URL: https://github.com/apache/seatunnel/pull/10069#discussion_r2555477354
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-doris-e2e/src/test/java/org/apache/seatunnel/e2e/connector/doris/DorisErrorIT.java:
##########
@@ -57,6 +58,7 @@ public class DorisErrorIT extends AbstractDorisIT {
Assertions.assertEquals(0, extraCommands.getExitCode(),
extraCommands.getStderr());
};
+ @Disabled
Review Comment:
We could consider adding a short explanation here, similar to this one:
https://github.com/apache/seatunnel/blob/439b736029d8627a1247f743ae4c846a6e9fd6b2/seatunnel-engine/seatunnel-engine-server/src/test/java/org/apache/seatunnel/engine/server/CoordinatorServiceTest.java#L569
--
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]