Skip to content

Commit

Permalink
Delete stale ActiveIssue from HttpHeadersTest (#55027)
Browse files Browse the repository at this point in the history
This is reported to have been fixed by #54932.
  • Loading branch information
stephentoub committed Jul 1, 2021
1 parent b8beed2 commit ca00588
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,6 @@ public void NonValidated_ValidAndInvalidValues_DictionaryMembersWork()
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()
{
Expand Down

0 comments on commit ca00588

Please sign in to comment.