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

CRZbulabula pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/dev/1.3 by this push:
     new a3f04b5e7b1 Disable IoTV1 region reconstruct IT (#18107)
a3f04b5e7b1 is described below

commit a3f04b5e7b11ad4db025e2a3494dff18447d5f0a
Author: Yongzao <[email protected]>
AuthorDate: Fri Jul 3 18:07:15 2026 +0800

    Disable IoTV1 region reconstruct IT (#18107)
---
 .../regionmigration/pass/commit/IoTDBRegionReconstructForIoTV1IT.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/pass/commit/IoTDBRegionReconstructForIoTV1IT.java
 
b/integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/pass/commit/IoTDBRegionReconstructForIoTV1IT.java
index 9c720bfbc27..2957b93dd12 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/pass/commit/IoTDBRegionReconstructForIoTV1IT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/pass/commit/IoTDBRegionReconstructForIoTV1IT.java
@@ -35,7 +35,6 @@ import org.apache.commons.io.FileUtils;
 import org.apache.tsfile.read.common.RowRecord;
 import org.awaitility.Awaitility;
 import org.junit.Assert;
-import org.junit.Test;
 import org.junit.experimental.categories.Category;
 import org.junit.runner.RunWith;
 import org.slf4j.Logger;
@@ -57,7 +56,7 @@ public class IoTDBRegionReconstructForIoTV1IT extends 
IoTDBRegionOperationReliab
   private static final String RECONSTRUCT_FORMAT = "reconstruct region %d on 
%d";
   private static Logger LOGGER = 
LoggerFactory.getLogger(IoTDBRegionReconstructForIoTV1IT.class);
 
-  @Test
+  // @Test
   public void normal1C3DTest() throws Exception {
     EnvFactory.getEnv()
         .getConfig()

Reply via email to