[wasm] Re-enable some tests in the System.Net.WebSockets.Tests namespace (#40004)
authorMaxim Lipnin <v-maxlip@microsoft.com>
Wed, 29 Jul 2020 09:10:35 +0000 (12:10 +0300)
committerGitHub <noreply@github.com>
Wed, 29 Jul 2020 09:10:35 +0000 (11:10 +0200)
commit6ab00b4821b1a4bf60e12ab17e0afe214291b247
treec7a884ee4e351480875f45b14221d59f35de095a
parenta352aefc8980dbf5a0eb383bae33d88aeff01b66
[wasm] Re-enable some tests in the System.Net.WebSockets.Tests namespace (#40004)

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

Fixes: https://github.com/dotnet/runtime/issues/38807

The test run result: `Tests run: 177, Errors: 0, Failures: 0, Skipped: 0.`
src/libraries/Common/tests/System/Net/WebSockets/WebSocketCreateTest.cs
src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/WebSocketProtocolTests.cs
src/libraries/System.Net.WebSockets/tests/WebSocketTests.cs