[wasm] Mark System.Net.WebSockets.Tests.WebSocketProtocolCreateTests class with an...
authorMaxim Lipnin <v-maxlip@microsoft.com>
Tue, 7 Jul 2020 13:35:19 +0000 (16:35 +0300)
committerGitHub <noreply@github.com>
Tue, 7 Jul 2020 13:35:19 +0000 (09:35 -0400)
src/libraries/System.Net.WebSockets.WebSocketProtocol/tests/WebSocketProtocolTests.cs
src/libraries/tests.proj

index 1929999..bee0d76 100644 (file)
@@ -3,9 +3,11 @@
 // See the LICENSE file in the project root for more information.
 
 using System.IO;
+using Xunit;
 
 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) =>
index 137f59a..1957790 100644 (file)
@@ -25,7 +25,6 @@
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.Http.Json\tests\FunctionalTests\System.Net.Http.Json.Functional.Tests.csproj" />
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.NetworkInformation\tests\FunctionalTests\System.Net.NetworkInformation.Functional.Tests.csproj" />
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.WebClient\tests\System.Net.WebClient.Tests.csproj" />
-    <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.WebSockets.WebSocketProtocol\tests\System.Net.WebSockets.WebSocketProtocol.Tests.csproj" />
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests.csproj" />
     <!-- Builds currently do not pass -->
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.Configuration.FileExtensions\tests\Microsoft.Extensions.Configuration.FileExtensions.Tests.csproj" />