Skip to content

Commit 8bd1ce6

Browse files
committed
Disabled live plc tests for now
1 parent 79d6f7f commit 8bd1ce6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

MewtocolTests/TestLivePLC.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
using Xunit;
88
using Xunit.Abstractions;
99

10-
namespace MewtocolTests
11-
{
10+
namespace MewtocolTests {
1211

1312
public class TestLivePLC {
1413

@@ -43,7 +42,7 @@ public TestLivePLC(ITestOutputHelper output) {
4342

4443
}
4544

46-
[Fact(DisplayName = "Connection cycle client to PLC (Ethernet)")]
45+
[Fact(DisplayName = "Connection cycle client to PLC (Ethernet)", Skip = "Disabled for now")]
4746
public async void TestClientConnection() {
4847

4948
foreach (var plc in testPlcInformationData) {
@@ -64,7 +63,7 @@ public async void TestClientConnection() {
6463

6564
}
6665

67-
[Fact(DisplayName = "Reading basic status from PLC (Ethernet)")]
66+
[Fact(DisplayName = "Reading basic status from PLC (Ethernet)", Skip = "Disabled for now")]
6867
public async void TestClientReadPLCStatus() {
6968

7069
foreach (var plc in testPlcInformationData) {

0 commit comments

Comments
 (0)