Skip to content

Commit

Permalink
[Android][libraries] Remove closed ActiveIssues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Hwang committed Apr 7, 2021
1 parent af91a98 commit a53c6ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public void TryGetAddrInfo_HostName(bool justAddresses)
[Theory]
[InlineData(false)]
[InlineData(true)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/47591", TestPlatforms.Android)]
public void TryGetAddrInfo_ExternalHost(bool justAddresses)
{
string hostName = "microsoft.com";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ namespace System.Security.Cryptography.Xml.Tests
public static class EncryptedXmlTests
{
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/49871", TestPlatforms.Android)]
public static void DecryptWithCertificate_NotInStore()
{
const string SecretMessage = "Grilled cheese is tasty";
Expand Down

0 comments on commit a53c6ce

Please sign in to comment.