Skip to content

Commit

Permalink
Disabled live plc tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoun committed Aug 24, 2023
1 parent 79d6f7f commit 8bd1ce6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions MewtocolTests/TestLivePLC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
using Xunit;
using Xunit.Abstractions;

namespace MewtocolTests
{
namespace MewtocolTests {

public class TestLivePLC {

Expand Down Expand Up @@ -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) {
Expand All @@ -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) {
Expand Down

0 comments on commit 8bd1ce6

Please sign in to comment.