Delete stale ActiveIssue from HttpHeadersTest (#55027)
authorStephen Toub <stoub@microsoft.com>
Thu, 1 Jul 2021 20:00:55 +0000 (16:00 -0400)
committerGitHub <noreply@github.com>
Thu, 1 Jul 2021 20:00:55 +0000 (16:00 -0400)
This is reported to have been fixed by https://github.com/dotnet/runtime/pull/54932.

src/libraries/System.Net.Http/tests/UnitTests/Headers/HttpHeadersTest.cs

index 2486e8b..f2a4367 100644 (file)
@@ -1538,7 +1538,6 @@ namespace System.Net.Http.Tests
             Assert.Equal(new HashSet<string> { "Location", "Date" }, nonValidated.Keys.ToHashSet());
         }
 
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/53647", TestPlatforms.Browser)]
         [Fact]
         public void NonValidated_ValidInvalidAndRaw_AllReturned()
         {