You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/12/14 11:10:23 UTC

[iotdb] branch IgnoreWrongIT created (now 8701c49663)

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

jackietien pushed a change to branch IgnoreWrongIT
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 8701c49663 Ignore Failed IoTDBSnapshotTransferIT

This branch includes the following new commits:

     new 8701c49663 Ignore Failed IoTDBSnapshotTransferIT

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: Ignore Failed IoTDBSnapshotTransferIT

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jackietien pushed a commit to branch IgnoreWrongIT
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 8701c496631e441a7a1878c52a459f4248505f02
Author: JackieTien97 <ja...@gmail.com>
AuthorDate: Wed Dec 14 19:10:09 2022 +0800

    Ignore Failed IoTDBSnapshotTransferIT
---
 .../java/org/apache/iotdb/confignode/it/IoTDBSnapshotTransferIT.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-test/src/test/java/org/apache/iotdb/confignode/it/IoTDBSnapshotTransferIT.java b/integration-test/src/test/java/org/apache/iotdb/confignode/it/IoTDBSnapshotTransferIT.java
index 07229c715f..743938d033 100644
--- a/integration-test/src/test/java/org/apache/iotdb/confignode/it/IoTDBSnapshotTransferIT.java
+++ b/integration-test/src/test/java/org/apache/iotdb/confignode/it/IoTDBSnapshotTransferIT.java
@@ -37,6 +37,7 @@ import org.apache.iotdb.rpc.TSStatusCode;
 import org.junit.After;
 import org.junit.Assert;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
 import org.junit.runner.RunWith;
@@ -49,6 +50,7 @@ import java.util.Optional;
 
 @RunWith(IoTDBTestRunner.class)
 @Category({ClusterIT.class})
+@Ignore
 public class IoTDBSnapshotTransferIT {
 
   private final long snapshotMagic = 99;