Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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