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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 372f7a291e6 Refactor SwitchingTransactionRuleTestCase (#34258)
372f7a291e6 is described below

commit 372f7a291e6db5ff67a3fbe42e9627b57726005e
Author: Liang Zhang <[email protected]>
AuthorDate: Mon Jan 6 10:30:28 2025 +0800

    Refactor SwitchingTransactionRuleTestCase (#34258)
---
 .../cases/alterresource/SwitchingTransactionRuleTestCase.java            | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/test/e2e/operation/transaction/src/test/java/org/apache/shardingsphere/test/e2e/transaction/cases/alterresource/SwitchingTransactionRuleTestCase.java
 
b/test/e2e/operation/transaction/src/test/java/org/apache/shardingsphere/test/e2e/transaction/cases/alterresource/SwitchingTransactionRuleTestCase.java
index a4fc1af12ee..a7ace88fa30 100644
--- 
a/test/e2e/operation/transaction/src/test/java/org/apache/shardingsphere/test/e2e/transaction/cases/alterresource/SwitchingTransactionRuleTestCase.java
+++ 
b/test/e2e/operation/transaction/src/test/java/org/apache/shardingsphere/test/e2e/transaction/cases/alterresource/SwitchingTransactionRuleTestCase.java
@@ -113,7 +113,6 @@ public final class SwitchingTransactionRuleTestCase extends 
BaseTransactionTestC
                     IS_FINISHED.set(true);
                     break;
                 }
-                Awaitility.await().atMost(20L, 
TimeUnit.SECONDS).pollInterval(19L, TimeUnit.SECONDS).until(() -> true);
             }
         }
         

Reply via email to