This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch feature/ads-symbol-discovery in repository https://gitbox.apache.org/repos/asf/plc4x.git
commit 0af938f7be72cb6e1a3091ff589ee4fb20436928 Author: Christofer Dutz <[email protected]> AuthorDate: Wed Aug 24 18:10:35 2022 +0200 chore(protocols/knx): Disabled the hanging OPC-UA test --- .../src/test/java/org/apache/plc4x/java/opcua/OpcuaPlcDriverTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/plc4j/drivers/opcua/src/test/java/org/apache/plc4x/java/opcua/OpcuaPlcDriverTest.java b/plc4j/drivers/opcua/src/test/java/org/apache/plc4x/java/opcua/OpcuaPlcDriverTest.java index 5b24aa304..688135a53 100644 --- a/plc4j/drivers/opcua/src/test/java/org/apache/plc4x/java/opcua/OpcuaPlcDriverTest.java +++ b/plc4j/drivers/opcua/src/test/java/org/apache/plc4x/java/opcua/OpcuaPlcDriverTest.java @@ -43,6 +43,7 @@ import java.nio.file.Path; import java.nio.file.Paths; import java.util.concurrent.ExecutionException; +@Disabled("Currently seems to block") public class OpcuaPlcDriverTest { @BeforeAll
