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 Xunit; using Xunit.Abstractions; -namespace MewtocolTests -{ +namespace MewtocolTests { public class TestLivePLC { @@ -43,7 +42,7 @@ public TestLivePLC(ITestOutputHelper output) { } - [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 @@ public async void TestClientConnection() { } - [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) {