@@ -471,7 +471,7 @@ public static void WebSocket_Http_RequestReply_Streamed(NetHttpMessageEncoding m
471
471
}
472
472
473
473
// *** CLEANUP *** \\
474
- // Close the client and channel factory if not running on localhost. Check if CoreWCf has a bug in Close method with Streamed transfer mode.
474
+ // Close the client and channel factory if not running on localhost. CoreWCF has a bug in Close method with Streamed transfer mode.
475
475
if ( ! ScenarioTestHelpers . IsLocalHost ( ) )
476
476
{
477
477
( ( ICommunicationObject ) client ) . Close ( ) ;
@@ -597,8 +597,7 @@ public static void WebSocket_Http_RequestReply_Buffered_KeepAlive(NetHttpMessage
597
597
[ InlineData ( NetHttpMessageEncoding . Binary ) ]
598
598
[ InlineData ( NetHttpMessageEncoding . Text ) ]
599
599
[ InlineData ( NetHttpMessageEncoding . Mtom ) ]
600
- [ Condition ( nameof ( Root_Certificate_Installed ) ,
601
- nameof ( Skip_CoreWCFService_FailedTest ) ) ]
600
+ [ Condition ( nameof ( Root_Certificate_Installed ) ) ]
602
601
[ Issue ( 3572 , OS = OSID . OSX ) ]
603
602
[ Issue ( 1438 , OS = OSID . Windows_7 ) ] // not supported on Win7
604
603
[ OuterLoop ]
@@ -653,8 +652,7 @@ public static void WebSocket_Https_RequestReply_Buffered(NetHttpMessageEncoding
653
652
[ InlineData ( NetHttpMessageEncoding . Binary ) ]
654
653
[ InlineData ( NetHttpMessageEncoding . Text ) ]
655
654
[ InlineData ( NetHttpMessageEncoding . Mtom ) ]
656
- [ Condition ( nameof ( Root_Certificate_Installed ) ,
657
- nameof ( Skip_CoreWCFService_FailedTest ) ) ]
655
+ [ Condition ( nameof ( Root_Certificate_Installed ) ) ]
658
656
[ Issue ( 3572 , OS = OSID . OSX ) ]
659
657
[ Issue ( 1438 , OS = OSID . Windows_7 ) ] // not supported on Win7
660
658
[ OuterLoop ]
0 commit comments