Carl-Zhou-CN commented on code in PR #7713:
URL: https://github.com/apache/seatunnel/pull/7713#discussion_r1774366961
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-postgres-e2e/src/test/java/org/apache/seatunnel/connectors/seatunnel/cdc/postgres/PostgresCDCIT.java:
##########
@@ -186,8 +186,8 @@ public void testMPostgresCdcCheckDataE2e(TestContainer
container) {
@TestTemplate
@DisabledOnContainer(
value = {},
- type = {EngineType.SPARK, EngineType.FLINK},
- disabledReason = "Currently SPARK and FLINK do not support multi
table")
+ type = {EngineType.SPARK},
+ disabledReason = "Currently SPARK do not support multi table")
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]