This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch ignore-load in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit dc37200c88081e5027bc919b4626628415975c2b Author: Steve Yurong Su <[email protected]> AuthorDate: Thu Apr 24 16:59:50 2025 +0800 Load IT: Ignore unstable testLoadAutoCreateWithoutInsertPermission --- .../iotdb/pipe/it/dual/tablemodel/manual/basic/IoTDBPipeWithLoadIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/tablemodel/manual/basic/IoTDBPipeWithLoadIT.java b/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/tablemodel/manual/basic/IoTDBPipeWithLoadIT.java index 38177fee0ff..1ed3b872024 100644 --- a/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/tablemodel/manual/basic/IoTDBPipeWithLoadIT.java +++ b/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/tablemodel/manual/basic/IoTDBPipeWithLoadIT.java @@ -443,6 +443,7 @@ public class IoTDBPipeWithLoadIT extends AbstractPipeTableModelDualManualIT { } @Test + @Ignore public void testLoadAutoCreateWithoutInsertPermission() throws Exception { final DataNodeWrapper receiverDataNode = receiverEnv.getDataNodeWrapper(0); final String receiverIp = receiverDataNode.getIp();
