You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jf...@apache.org on 2020/06/17 20:15:52 UTC

[plc4x] branch rel/0.6 updated: Ignored non-working Test in ADS Serial.

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

jfeinauer pushed a commit to branch rel/0.6
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/rel/0.6 by this push:
     new 9506d00  Ignored non-working Test in ADS Serial.
9506d00 is described below

commit 9506d00402f44d58b161598af0ab457f713fd40a
Author: Julian Feinauer <j....@pragmaticminds.de>
AuthorDate: Wed Jun 17 22:15:40 2020 +0200

    Ignored non-working Test in ADS Serial.
---
 .../apache/plc4x/java/ads/connection/AdsSerialPlcConnectionTest.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plc4j/drivers/ads/src/test/java/org/apache/plc4x/java/ads/connection/AdsSerialPlcConnectionTest.java b/plc4j/drivers/ads/src/test/java/org/apache/plc4x/java/ads/connection/AdsSerialPlcConnectionTest.java
index 398b3f2..ce13cb3 100644
--- a/plc4j/drivers/ads/src/test/java/org/apache/plc4x/java/ads/connection/AdsSerialPlcConnectionTest.java
+++ b/plc4j/drivers/ads/src/test/java/org/apache/plc4x/java/ads/connection/AdsSerialPlcConnectionTest.java
@@ -34,6 +34,7 @@ import org.apache.plc4x.java.serial.connection.connection.SerialChannelFactory;
 import org.apache.plc4x.java.serial.connection.connection.SerialSocketAddress;
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.mockito.Mockito;
 import org.slf4j.Logger;
@@ -73,6 +74,7 @@ public class AdsSerialPlcConnectionTest {
 
 
     @Test
+    @Ignore
     public void testRead() throws Exception {
         prepareSerialSimulator();
         PlcReadRequest request = SUT.readRequestBuilder().addItem("test", "0/0:BYTE").build();