hailin0 commented on code in PR #8436:
URL: https://github.com/apache/seatunnel/pull/8436#discussion_r1901784428


##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/src/test/java/org/apache/seatunnel/e2e/connector/file/local/LocalFileIT.java:
##########
@@ -391,7 +397,7 @@ public void testLocalFileReadAndWrite(TestContainer 
container)
     @TestTemplate
     @DisabledOnContainer(
             value = {TestContainerId.SPARK_2_4},
-            type = {EngineType.FLINK},
+            type = {EngineType.SPARK, EngineType.FLINK},

Review Comment:
   why disabled spark



##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/src/test/java/org/apache/seatunnel/e2e/connector/file/local/LocalFileIT.java:
##########
@@ -437,6 +443,11 @@ private List<String> getFileListFromContainer(String path) 
{
     }
 
     @TestTemplate
+    @DisabledOnContainer(

Review Comment:
   Same as above



-- 
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]

Reply via email to