You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2023/01/26 14:46:28 UTC

[ignite-3] 01/03: Unmute tests. ignite-16952

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

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

commit 4a30d1e670023420a7c2d953711145f4b85be56f
Author: amashenkov <an...@gmail.com>
AuthorDate: Thu Jan 26 16:50:57 2023 +0300

    Unmute tests. ignite-16952
---
 .../apache/ignite/internal/runner/app/client/ItThinClientSqlTest.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/client/ItThinClientSqlTest.java b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/client/ItThinClientSqlTest.java
index 4ca74083e8..1a9da89ce7 100644
--- a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/client/ItThinClientSqlTest.java
+++ b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/client/ItThinClientSqlTest.java
@@ -352,7 +352,6 @@ public class ItThinClientSqlTest extends ItAbstractThinClientTest {
     }
 
     @Test
-    @Disabled("IGNITE-16952")
     void testTransactionRollbackRevertsSqlUpdate() {
         Session session = client().sql().createSession();