lowka commented on code in PR #6806:
URL: https://github.com/apache/ignite-3/pull/6806#discussion_r2452231238


##########
modules/cli/src/integrationTest/java/org/apache/ignite/internal/cli/commands/sql/ItSqlCommandTest.java:
##########
@@ -177,13 +175,12 @@ void multilineScript() {
     }
 
     @Test
-    @Disabled("https://issues.apache.org/jira/browse/IGNITE-26142";)
     void exceptionHandler() {
         execute("sql", "SELECT 1/0;", "--jdbc-url", JDBC_URL);
 
         assertAll(
                 this::assertOutputIsEmpty,
-                () -> assertErrOutputContains("SQL query execution error"),
+                // () -> assertErrOutputContains("SQL query execution error"),

Review Comment:
   Done.



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