jackyyyyyssss commented on code in PR #6316:
URL: https://github.com/apache/seatunnel/pull/6316#discussion_r1477171548


##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-http-e2e/src/test/java/org/apache/seatunnel/e2e/connector/http/HttpIT.java:
##########
@@ -162,6 +166,22 @@ public void testSourceToAssertSink(TestContainer container)
         Assertions.assertEquals(0, execResult18.getExitCode());
     }
 
+    @DisabledOnContainer(
+            value = {},
+            type = {EngineType.SPARK, EngineType.FLINK},
+            disabledReason = "Currently SPARK/FLINK do not support multiple 
table read")
+    @TestTemplate
+    public void testMultiTableHttp(TestContainer container)
+            throws IOException, InterruptedException {
+        Container.ExecResult execResult = 
container.executeJob("/fake_to_multitable.conf");
+        Assertions.assertEquals(0, execResult.getExitCode());
+        Assertions.assertTrue(getContentCounts(execResult.getStdout()));

Review Comment:
   @Hisoka-X  done PTAL thx



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