Myracle commented on code in PR #20361:
URL: https://github.com/apache/flink/pull/20361#discussion_r937400491


##########
flink-table/flink-sql-client/src/test/java/org/apache/flink/table/client/gateway/context/SessionContextTest.java:
##########
@@ -156,13 +156,7 @@ public void testAddJarWithRelativePath() throws 
IOException {
 
     @Test
     public void testAddIllegalJar() {
-        validateAddJarWithException("/path/to/illegal.jar", "JAR file does not 
exist");
-    }
-
-    @Test
-    public void testAddRemoteJar() {
-        validateAddJarWithException(

Review Comment:
   The e2e test UsingRemoteJarITCase will replace it.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to