zhangshenghang commented on code in PR #7516: URL: https://github.com/apache/seatunnel/pull/7516#discussion_r1736115265
########## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hbase-e2e/src/test/java/org/apache/seatunnel/e2e/connector/hbase/HbaseIT.java: ########## @@ -50,9 +53,13 @@ @Slf4j @DisabledOnContainer( - value = {}, - type = {EngineType.SEATUNNEL}, - disabledReason = "The hbase container authentication configuration is incorrect.") + value = { + TestContainerId.FLINK_1_13, + TestContainerId.FLINK_1_14, + TestContainerId.FLINK_1_15 + }, + type = {EngineType.SEATUNNEL, EngineType.SPARK}, + disabledReason = "Test only one engine for first change") Review Comment: already remove -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org