This is an automated email from the ASF dual-hosted git repository.

sanpwc pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new a2c7ba896d1 IGNITE-26700 Mute 
TxAbstractTest#testTxClosureUncaughtExceptionAsync (#6764)
a2c7ba896d1 is described below

commit a2c7ba896d14b56b889deb185038792eb2b8f7a5
Author: Egor <[email protected]>
AuthorDate: Tue Oct 14 14:28:23 2025 +0400

    IGNITE-26700 Mute TxAbstractTest#testTxClosureUncaughtExceptionAsync (#6764)
---
 .../java/org/apache/ignite/internal/table/TxAbstractTest.java            | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/modules/table/src/testFixtures/java/org/apache/ignite/internal/table/TxAbstractTest.java
 
b/modules/table/src/testFixtures/java/org/apache/ignite/internal/table/TxAbstractTest.java
index 55c6281a3be..265f3488b79 100644
--- 
a/modules/table/src/testFixtures/java/org/apache/ignite/internal/table/TxAbstractTest.java
+++ 
b/modules/table/src/testFixtures/java/org/apache/ignite/internal/table/TxAbstractTest.java
@@ -526,6 +526,7 @@ public abstract class TxAbstractTest extends 
TxInfrastructureTest {
      * Tests uncaught exception in the closure.
      */
     @Test
+    @Disabled("https://issues.apache.org/jira/browse/IGNITE-26669";)
     public void testTxClosureUncaughtExceptionAsync() {
         double balance = 10.;
         double delta = 50.;

Reply via email to