Skip to content

Commit

Permalink
Re-enable some netfx tests (#55837)
Browse files Browse the repository at this point in the history
The patch states on the test machines should be in sync now...
  • Loading branch information
bartonjs authored Jul 16, 2021
1 parent 2a1dcfb commit 3964b9c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ public static void DocumentDescriptionFromRawData()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/45168", TargetFrameworkMonikers.NetFramework)]
public static void DocumentDescriptionMissingTerminator()
{
byte[] rawData = "041e4d00790020004400650073006300720069007000740069006f006e002100".HexToByteArray();
Expand Down Expand Up @@ -252,7 +251,6 @@ public static void DocumentNameFromRawData()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/45168", TargetFrameworkMonikers.NetFramework)]
public static void DocumentNameMissingTerminator()
{
byte[] rawData = "04104d00790020004e0061006d0065002100".HexToByteArray();
Expand Down

0 comments on commit 3964b9c

Please sign in to comment.