Disabled live plc tests for now

This commit is contained in:
Felix Weiß
2023-08-24 09:39:28 +02:00
parent 79d6f7fa54
commit 8bd1ce6b4d

View File

@@ -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) {