Skip to content

Commit

Permalink
Disable SendMailAsync_CanBeCanceled_CancellationToken for more runs (#…
Browse files Browse the repository at this point in the history
…73452)

SendMailAsync_CanBeCanceled_CancellationToken is failing also on CoreCLR and on OSX - tracked by #73447
  • Loading branch information
karelz committed Aug 5, 2022
1 parent 7e967b1 commit a1a6bb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ public void SendMailAsync_CanBeCanceled_CancellationToken_SetAlready()
}

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

0 comments on commit a1a6bb3

Please sign in to comment.