Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[wasm] Re-enable System.Net.WebSockets.Tests.WebSocketProtocolCreateT…
…ests test class
  • Loading branch information
MaximLipnin committed Jul 28, 2020
commit 2f2915a2dcc4bc30f2e22a628d5f295181266a9b
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