We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb68962 commit d1ec42fCopy full SHA for d1ec42f
src/System.Private.ServiceModel/tests/Scenarios/Extensibility/WebSockets/WebSocketTests.4.1.0.cs
@@ -416,6 +416,7 @@ public static void WebSocket_Https_Duplex_Buffered(NetHttpMessageEncoding messag
416
}
417
418
[WcfTheory]
419
+ [Condition(nameof(Skip_CoreWCFService_FailedTest))]
420
[InlineData(NetHttpMessageEncoding.Binary)]
421
[InlineData(NetHttpMessageEncoding.Text)]
422
[InlineData(NetHttpMessageEncoding.Mtom)]
0 commit comments