We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd2ed8 commit 1df4e52Copy full SHA for 1df4e52
src/libraries/System.Net.WebSockets.Client/tests/ConnectTest.Http2.cs
@@ -244,7 +244,7 @@ public async Task ConnectAsync_Http11WithRequestVersionOrHigher_DowngradeSuccess
244
}
245
246
247
- [Fact]
+ [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.SupportsAlpn))]
248
[SkipOnPlatform(TestPlatforms.Browser, "System.Net.Sockets is not supported on this platform")]
249
public async Task ConnectAsync_Http11WithRequestVersionOrHigher_Loopback_Success()
250
{
0 commit comments