Skip to content

Commit ae331f4

Browse files
committed
rollback
1 parent 39b13b1 commit ae331f4

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

integration-test/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,6 @@
195195
<artifactId>junit-jupiter-api</artifactId>
196196
<scope>test</scope>
197197
</dependency>
198-
<dependency>
199-
<groupId>io.github.Caideyipi</groupId>
200-
<version>0.0.1</version>
201-
<artifactId>iotdb_opc_server</artifactId>
202-
</dependency>
203198
<dependency>
204199
<groupId>org.awaitility</groupId>
205200
<artifactId>awaitility</artifactId>

integration-test/src/test/java/org/apache/iotdb/pipe/it/single/IoTDBPipeOPCUAIT.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,6 @@ public void testOPCUAServerSink() throws Exception {
168168
}
169169
}
170170

171-
@Test
172-
public void testOPCUAClientSink() throws Exception {}
173-
174171
@Test
175172
public void testOPCUASinkInTableModel() throws Exception {
176173
try (final SyncConfigNodeIServiceClient client =

0 commit comments

Comments
 (0)