File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 7
7
using Xunit ;
8
8
using Xunit . Abstractions ;
9
9
10
- namespace MewtocolTests
11
- {
10
+ namespace MewtocolTests {
12
11
13
12
public class TestLivePLC {
14
13
@@ -43,7 +42,7 @@ public TestLivePLC(ITestOutputHelper output) {
43
42
44
43
}
45
44
46
- [ Fact ( DisplayName = "Connection cycle client to PLC (Ethernet)" ) ]
45
+ [ Fact ( DisplayName = "Connection cycle client to PLC (Ethernet)" , Skip = "Disabled for now" ) ]
47
46
public async void TestClientConnection ( ) {
48
47
49
48
foreach ( var plc in testPlcInformationData ) {
@@ -64,7 +63,7 @@ public async void TestClientConnection() {
64
63
65
64
}
66
65
67
- [ Fact ( DisplayName = "Reading basic status from PLC (Ethernet)" ) ]
66
+ [ Fact ( DisplayName = "Reading basic status from PLC (Ethernet)" , Skip = "Disabled for now" ) ]
68
67
public async void TestClientReadPLCStatus ( ) {
69
68
70
69
foreach ( var plc in testPlcInformationData ) {
You can’t perform that action at this time.
0 commit comments