hawk9821 commented on code in PR #10402:
URL: https://github.com/apache/seatunnel/pull/10402#discussion_r2791138836
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/src/test/java/org/apache/seatunnel/e2e/connector/file/local/LocalFileIT.java:
##########
@@ -70,9 +70,9 @@
import java.util.zip.ZipOutputStream;
@DisabledOnContainer(
- value = {TestContainerId.SPARK_2_4},
- type = {},
- disabledReason = "The apache-compress version is not compatible with
apache-poi")
+ value = {},
+ type = {EngineType.SPARK, EngineType.FLINK},
Review Comment:
Why disable Spark and Flink e2e cases ?
--
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]