@@ -239,7 +239,7 @@ public void TestStepPositionInformation()
239
239
}
240
240
241
241
[ Test ( ) ]
242
- [ Ignore ( "Ignore to save execution time" ) ]
242
+ // [Ignore("Ignore to save execution time")]
243
243
public void TestConnectWhileAlreadyConnected ( )
244
244
{
245
245
ApplicationLayerParameters parameters = new ApplicationLayerParameters ( ) ;
@@ -284,7 +284,7 @@ public void TestConnectWhileAlreadyConnected()
284
284
285
285
286
286
[ Test ( ) ]
287
- [ Ignore ( "Ignore to save execution time" ) ]
287
+ // [Ignore("Ignore to save execution time")]
288
288
public void TestConnectSameConnectionMultipleTimes ( )
289
289
{
290
290
ApplicationLayerParameters parameters = new ApplicationLayerParameters ( ) ;
@@ -946,7 +946,7 @@ public void TestEncodeASDUsWithManyInformationObjectsSequenceOfIO() {
946
946
}
947
947
948
948
[ Test ( ) ]
949
- [ Ignore ( "Ignore to save execution time" ) ]
949
+ // [Ignore("Ignore to save execution time")]
950
950
public void TestSendTestFR ( ) {
951
951
ApplicationLayerParameters clientParameters = new ApplicationLayerParameters ( ) ;
952
952
APCIParameters clientApciParamters = new APCIParameters ( ) ;
@@ -1002,7 +1002,7 @@ private static bool testSendTestFRTimeoutMasterRawMessageHandler(object param, b
1002
1002
/// doesn't receive the TESTFR_CON messages
1003
1003
/// </summary>
1004
1004
[ Test ( ) ]
1005
- [ Ignore ( "Ignore to save execution time" ) ]
1005
+ // [Ignore("Ignore to save execution time")]
1006
1006
public void TestSendTestFRTimeoutMaster ( ) {
1007
1007
ApplicationLayerParameters clientParameters = new ApplicationLayerParameters ( ) ;
1008
1008
APCIParameters clientApciParamters = new APCIParameters ( ) ;
@@ -1075,7 +1075,7 @@ private static bool testSendTestFRTimeoutSlaveRawMessageHandler(object param, by
1075
1075
/// doesn't send the TESTFR_CON messages
1076
1076
/// </summary>
1077
1077
[ Test ( ) ]
1078
- [ Ignore ( "Ignore to save execution time" ) ]
1078
+ // [Ignore("Ignore to save execution time")]
1079
1079
public void TestSendTestFRTimeoutSlave ( ) {
1080
1080
ApplicationLayerParameters clientParameters = new ApplicationLayerParameters ( ) ;
1081
1081
APCIParameters clientApciParamters = new APCIParameters ( ) ;
0 commit comments