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

rong pushed a commit to branch remove-strong-consistency-test
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit a2e6fd9b108768323b0608ceafb8070b002ec240
Author: Steve Yurong Su <[email protected]>
AuthorDate: Wed Apr 3 17:40:14 2024 +0800

    Pipe IT: remove StrongConsistencyClusterMode tests from 
manual-create-schema IT
---
 .github/workflows/pipe-it-2cluster.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pipe-it-2cluster.yml 
b/.github/workflows/pipe-it-2cluster.yml
index 7d301d55750..a3a95fec481 100644
--- a/.github/workflows/pipe-it-2cluster.yml
+++ b/.github/workflows/pipe-it-2cluster.yml
@@ -72,7 +72,7 @@ jobs:
         java: [17]
         # StrongConsistencyClusterMode is ignored now because RatisConsensus 
has not been supported yet.
         cluster1: [LightWeightStandaloneMode, ScalableSingleNodeMode, 
HighPerformanceMode]
-        cluster2: [LightWeightStandaloneMode, ScalableSingleNodeMode, 
HighPerformanceMode, StrongConsistencyClusterMode]
+        cluster2: [LightWeightStandaloneMode, ScalableSingleNodeMode, 
HighPerformanceMode]
         os: [ ubuntu-latest ]
     runs-on: ${{ matrix.os }}
     steps:

Reply via email to