@@ -239,7 +239,7 @@ public void TestStepPositionInformation()
239239 }
240240
241241 [ Test ( ) ]
242- [ Ignore ( "Ignore to save execution time" ) ]
242+ // [Ignore("Ignore to save execution time")]
243243 public void TestConnectWhileAlreadyConnected ( )
244244 {
245245 ApplicationLayerParameters parameters = new ApplicationLayerParameters ( ) ;
@@ -284,7 +284,7 @@ public void TestConnectWhileAlreadyConnected()
284284
285285
286286 [ Test ( ) ]
287- [ Ignore ( "Ignore to save execution time" ) ]
287+ // [Ignore("Ignore to save execution time")]
288288 public void TestConnectSameConnectionMultipleTimes ( )
289289 {
290290 ApplicationLayerParameters parameters = new ApplicationLayerParameters ( ) ;
@@ -946,7 +946,7 @@ public void TestEncodeASDUsWithManyInformationObjectsSequenceOfIO() {
946946 }
947947
948948 [ Test ( ) ]
949- [ Ignore ( "Ignore to save execution time" ) ]
949+ // [Ignore("Ignore to save execution time")]
950950 public void TestSendTestFR ( ) {
951951 ApplicationLayerParameters clientParameters = new ApplicationLayerParameters ( ) ;
952952 APCIParameters clientApciParamters = new APCIParameters ( ) ;
@@ -1002,7 +1002,7 @@ private static bool testSendTestFRTimeoutMasterRawMessageHandler(object param, b
10021002 /// doesn't receive the TESTFR_CON messages
10031003 /// </summary>
10041004 [ Test ( ) ]
1005- [ Ignore ( "Ignore to save execution time" ) ]
1005+ // [Ignore("Ignore to save execution time")]
10061006 public void TestSendTestFRTimeoutMaster ( ) {
10071007 ApplicationLayerParameters clientParameters = new ApplicationLayerParameters ( ) ;
10081008 APCIParameters clientApciParamters = new APCIParameters ( ) ;
@@ -1075,7 +1075,7 @@ private static bool testSendTestFRTimeoutSlaveRawMessageHandler(object param, by
10751075 /// doesn't send the TESTFR_CON messages
10761076 /// </summary>
10771077 [ Test ( ) ]
1078- [ Ignore ( "Ignore to save execution time" ) ]
1078+ // [Ignore("Ignore to save execution time")]
10791079 public void TestSendTestFRTimeoutSlave ( ) {
10801080 ApplicationLayerParameters clientParameters = new ApplicationLayerParameters ( ) ;
10811081 APCIParameters clientApciParamters = new APCIParameters ( ) ;
0 commit comments