MonsterChenzhuo commented on code in PR #4620:
URL: 
https://github.com/apache/incubator-seatunnel/pull/4620#discussion_r1171185414


##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-mongodb-e2e/src/test/java/org/apache/seatunnel/e2e/connector/v2/mongodb/MongodbIT.java:
##########
@@ -48,54 +38,41 @@
 
 import com.mongodb.client.MongoClient;
 import com.mongodb.client.MongoClients;
-import com.mongodb.client.MongoCollection;
 import lombok.extern.slf4j.Slf4j;
 
 import java.io.IOException;
-import java.math.BigDecimal;
 import java.time.Duration;
-import java.time.LocalDate;
-import java.util.ArrayList;
-import java.util.Collections;
-import java.util.List;
 import java.util.concurrent.TimeUnit;
 import java.util.stream.Stream;
 
 import static java.net.HttpURLConnection.HTTP_OK;
 import static java.net.HttpURLConnection.HTTP_UNAUTHORIZED;
 
 @Slf4j
+@DisabledOnContainer(
+        value = {},
+        type = {EngineType.FLINK, EngineType.SPARK})

Review Comment:
   @TyrantLucifer I apologize for the inconvenience. Due to the fact that the 
Flink 1.13 image cannot run on the Mac M1, I have encountered issues with 
running Flink CI locally, even though I have successfully validated it with 
Zeta, Flink, and Spark. When I submit the code directly to GitHub, it often 
fails for various reasons. My plan is to first use this annotation to limit the 
scope and get Flink running smoothly. After that, I will remove the annotation.



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