Skip to content

Commit 1b2a91a

Browse files
committed
update
1 parent 024bb86 commit 1b2a91a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/System.Private.ServiceModel/tests/Scenarios/Extensibility/WebSockets/WebSocketTests.4.1.0.cs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ public static void WebSocket_Http_RequestReply_Streamed(NetHttpMessageEncoding m
471471
}
472472

473473
// *** 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.
475475
if (!ScenarioTestHelpers.IsLocalHost())
476476
{
477477
((ICommunicationObject)client).Close();
@@ -597,8 +597,7 @@ public static void WebSocket_Http_RequestReply_Buffered_KeepAlive(NetHttpMessage
597597
[InlineData(NetHttpMessageEncoding.Binary)]
598598
[InlineData(NetHttpMessageEncoding.Text)]
599599
[InlineData(NetHttpMessageEncoding.Mtom)]
600-
[Condition(nameof(Root_Certificate_Installed),
601-
nameof(Skip_CoreWCFService_FailedTest))]
600+
[Condition(nameof(Root_Certificate_Installed))]
602601
[Issue(3572, OS = OSID.OSX)]
603602
[Issue(1438, OS = OSID.Windows_7)] // not supported on Win7
604603
[OuterLoop]
@@ -653,8 +652,7 @@ public static void WebSocket_Https_RequestReply_Buffered(NetHttpMessageEncoding
653652
[InlineData(NetHttpMessageEncoding.Binary)]
654653
[InlineData(NetHttpMessageEncoding.Text)]
655654
[InlineData(NetHttpMessageEncoding.Mtom)]
656-
[Condition(nameof(Root_Certificate_Installed),
657-
nameof(Skip_CoreWCFService_FailedTest))]
655+
[Condition(nameof(Root_Certificate_Installed))]
658656
[Issue(3572, OS = OSID.OSX)]
659657
[Issue(1438, OS = OSID.Windows_7)] // not supported on Win7
660658
[OuterLoop]

0 commit comments

Comments
 (0)