enable PostAsync_ReuseRequestContent_Success on Unix (#2118)
authorTomas Weinfurt <tweinfurt@yahoo.com>
Fri, 24 Jan 2020 15:00:44 +0000 (07:00 -0800)
committerStephen Toub <stoub@microsoft.com>
Fri, 24 Jan 2020 15:00:43 +0000 (10:00 -0500)
src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.cs

index 035b99d..d8389b2 100644 (file)
@@ -2216,7 +2216,6 @@ namespace System.Net.Http.Functional.Tests
 
         [OuterLoop("Uses external server")]
         [Theory, MemberData(nameof(RemoteServersMemberData))]
-        [ActiveIssue("https://github.com/dotnet/corefx/issues/31104", TestPlatforms.AnyUnix)]
         public async Task PostAsync_ReuseRequestContent_Success(Configuration.Http.RemoteServer remoteServer)
         {
             const string ContentString = "This is the content string.";