This is an automated email from the ASF dual-hosted git repository.
apkhmv 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 f1a2a84461a IGNITE-25918: Disable flaky test (#6252)
f1a2a84461a is described below
commit f1a2a84461aa884feee1ba11d8f477df89f2f4ed
Author: Aleksandr Pakhomov <[email protected]>
AuthorDate: Wed Jul 16 00:28:38 2025 +0300
IGNITE-25918: Disable flaky test (#6252)
---
.../java/org/apache/ignite/internal/tx/ItTxTimeoutOneNodeTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/modules/transactions/src/integrationTest/java/org/apache/ignite/internal/tx/ItTxTimeoutOneNodeTest.java
b/modules/transactions/src/integrationTest/java/org/apache/ignite/internal/tx/ItTxTimeoutOneNodeTest.java
index 1e52712d099..9f79ad0cf9d 100644
---
a/modules/transactions/src/integrationTest/java/org/apache/ignite/internal/tx/ItTxTimeoutOneNodeTest.java
+++
b/modules/transactions/src/integrationTest/java/org/apache/ignite/internal/tx/ItTxTimeoutOneNodeTest.java
@@ -37,6 +37,7 @@ import org.apache.ignite.table.Table;
import org.apache.ignite.tx.Transaction;
import org.apache.ignite.tx.TransactionException;
import org.apache.ignite.tx.TransactionOptions;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
abstract class ItTxTimeoutOneNodeTest extends ClusterPerTestIntegrationTest {
@@ -111,6 +112,7 @@ abstract class ItTxTimeoutOneNodeTest extends
ClusterPerTestIntegrationTest {
}
@Test
+ @Disabled("https://issues.apache.org/jira/browse/IGNITE-25918")
void timeoutExceptionHasCorrectCause() throws InterruptedException {
Table table = createTestTable();