This is an automated email from the ASF dual-hosted git repository.
rong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new a25ce1922fc Load IT: Ignore unstable
testLoadAutoCreateWithoutInsertPermission (#15405)
a25ce1922fc is described below
commit a25ce1922fcc252b47205d8f1733cae0e1465fea
Author: Steve Yurong Su <[email protected]>
AuthorDate: Thu Apr 24 17:07:41 2025 +0800
Load IT: Ignore unstable testLoadAutoCreateWithoutInsertPermission (#15405)
---
.../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();