xtern commented on code in PR #6824:
URL: https://github.com/apache/ignite-3/pull/6824#discussion_r2454113359
##########
modules/jdbc/src/integrationTest/java/org/apache/ignite/jdbc/ItJdbcMultiStatementSelfTest.java:
##########
@@ -597,19 +596,6 @@ public void testUpdCountAfterError() throws Exception {
assertEquals(-1, stmt.getUpdateCount());
}
- @Test
- @Disabled("https://issues.apache.org/jira/browse/IGNITE-26143")
- public void testResultsFromExecuteBatch() throws Exception {
Review Comment:
this test has been moved to ItJdbcBatchSelfTest
--
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]