Skip to content

Commit

Permalink
[wasm] Re-enable some tests in the System.Net.WebSockets.Tests namesp…
Browse files Browse the repository at this point in the history
…ace (#40004)

There is no repro for dotnet/runtime#38807 at the moment so the related tests have been enabled.
Two tests have been disabled due to PNSE (see dotnet/runtime#39346).

Fixes: dotnet/runtime#38807 

The test run result: `Tests run: 177, Errors: 0, Failures: 0, Skipped: 0.`
  • Loading branch information
MaximLipnin authored Jul 29, 2020
1 parent a79f297 commit ff22654
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/WebSocketProtocolTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

namespace System.Net.WebSockets.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/38807", TestPlatforms.Browser)]
public sealed class WebSocketProtocolCreateTests : WebSocketCreateTest
{
protected override WebSocket CreateFromStream(Stream stream, bool isServer, string subProtocol, TimeSpan keepAliveInterval) =>
Expand Down

0 comments on commit ff22654

Please sign in to comment.