Disable HttpListener test on Mono (#2285)
authorStephen Toub <stoub@microsoft.com>
Tue, 28 Jan 2020 18:16:30 +0000 (13:16 -0500)
committerGitHub <noreply@github.com>
Tue, 28 Jan 2020 18:16:30 +0000 (13:16 -0500)
src/libraries/System.Net.HttpListener/tests/InvalidClientRequestTests.cs

index 7447c4a..a0d4e6f 100644 (file)
@@ -96,6 +96,7 @@ namespace System.Net.Tests
             yield return new object[] { "PUT {path} HTTP/1.1", null, null, null, "Length Required" };
         }
 
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/2284", TargetFrameworkMonikers.Mono)]
         [Fact]
         public async Task GetContext_InvalidRequest_DoesNotGetContext()
         {