hailin0 commented on code in PR #8789: URL: https://github.com/apache/seatunnel/pull/8789#discussion_r1966789856
########## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-starrocks-e2e/src/test/java/org/apache/seatunnel/e2e/connector/starrocks/StarRocksIT.java: ########## @@ -426,4 +484,16 @@ public void testStarRocksReadRowCount(TestContainer container) Container.ExecResult execResult = container.executeJob("/starrocks-to-assert.conf"); Assertions.assertEquals(0, execResult.getExitCode()); } + + @DisabledOnContainer( + value = {}, + type = {EngineType.SPARK, EngineType.FLINK}, Review Comment: ```suggestion ``` Currently supported -- 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