Skip to content

Commit

Permalink
Disable SendMailAsync test (#73340)
Browse files Browse the repository at this point in the history
This test is failing jobs in CI, see issue #72818
  • Loading branch information
noahfalk committed Aug 4, 2022
1 parent b3a16a1 commit 8daeec2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ public void SendMailAsync_CanBeCanceled_CancellationToken_SetAlready()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/72818", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoInterpreter))]
public async Task SendMailAsync_CanBeCanceled_CancellationToken()
{
using var server = new LoopbackSmtpServer();
Expand Down

0 comments on commit 8daeec2

Please sign in to comment.