From 8bd1ce6b4df61f3fcfa5caf2a6d136871365ffc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Thu, 24 Aug 2023 09:39:28 +0200 Subject: [PATCH] Disabled live plc tests for now --- MewtocolTests/TestLivePLC.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/MewtocolTests/TestLivePLC.cs b/MewtocolTests/TestLivePLC.cs index 5ffce23..217efa6 100644 --- a/MewtocolTests/TestLivePLC.cs +++ b/MewtocolTests/TestLivePLC.cs @@ -7,8 +7,7 @@ using System.Collections; using Xunit; using Xunit.Abstractions; -namespace MewtocolTests -{ +namespace MewtocolTests { public class TestLivePLC { @@ -43,7 +42,7 @@ namespace MewtocolTests } - [Fact(DisplayName = "Connection cycle client to PLC (Ethernet)")] + [Fact(DisplayName = "Connection cycle client to PLC (Ethernet)", Skip = "Disabled for now")] public async void TestClientConnection() { foreach (var plc in testPlcInformationData) { @@ -64,7 +63,7 @@ namespace MewtocolTests } - [Fact(DisplayName = "Reading basic status from PLC (Ethernet)")] + [Fact(DisplayName = "Reading basic status from PLC (Ethernet)", Skip = "Disabled for now")] public async void TestClientReadPLCStatus() { foreach (var plc in testPlcInformationData) {