mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Disabled live plc tests for now
This commit is contained in:
@@ -7,8 +7,7 @@ using System.Collections;
|
|||||||
using Xunit;
|
using Xunit;
|
||||||
using Xunit.Abstractions;
|
using Xunit.Abstractions;
|
||||||
|
|
||||||
namespace MewtocolTests
|
namespace MewtocolTests {
|
||||||
{
|
|
||||||
|
|
||||||
public class TestLivePLC {
|
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() {
|
public async void TestClientConnection() {
|
||||||
|
|
||||||
foreach (var plc in testPlcInformationData) {
|
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() {
|
public async void TestClientReadPLCStatus() {
|
||||||
|
|
||||||
foreach (var plc in testPlcInformationData) {
|
foreach (var plc in testPlcInformationData) {
|
||||||
|
|||||||
Reference in New Issue
Block a user