Skip to content

Commit

Permalink
[Android][libraries] Add System.Net.Mail.Functional.Tests ActiveIssue…
Browse files Browse the repository at this point in the history
… 50999
  • Loading branch information
Mitchell Hwang committed Apr 9, 2021
1 parent 84e754a commit 6c95420
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace System.Net.Mail.Tests
public class LoggingTest
{
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/50999", TestPlatforms.Android)]
public void EventSource_ExistsWithCorrectId()
{
Type esType = typeof(SmtpClient).Assembly.GetType("System.Net.NetEventSource", throwOnError: true, ignoreCase: false);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public void TestConstructorWithStatusCodeArgument()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/50999", TestPlatforms.Android)]
public void TestConstructorWithStringArgument()
{
string msg;
Expand Down Expand Up @@ -91,6 +92,7 @@ public void TestConstructorWithStringArgument()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/50999", TestPlatforms.Android)]
public void TestConstructorWithStatusCodeAndStringArgument()
{
string msg;
Expand Down

0 comments on commit 6c95420

Please sign in to comment.