Skip to content

Commit

Permalink
disable SendFileGetsCanceledByDispose also on Catalyst (#82782)
Browse files Browse the repository at this point in the history
* disable SendFileGetsCanceledByDispose also on Catalyst

* Update src/libraries/System.Net.Sockets/tests/FunctionalTests/SendFile.cs

Co-authored-by: Radek Zikmund <[email protected]>

* fix build

---------

Co-authored-by: Radek Zikmund <[email protected]>
  • Loading branch information
wfurt and rzikm authored Mar 2, 2023
1 parent 4d0a133 commit 4a8df6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public async Task SliceBuffers_Success()
[InlineData(true)]
[InlineData(false)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/73536", TestPlatforms.iOS | TestPlatforms.tvOS)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/80169", TestPlatforms.OSX)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/80169", typeof(PlatformDetection), nameof(PlatformDetection.IsOSXLike))]
public async Task SendFileGetsCanceledByDispose(bool owning)
{
// Aborting sync operations for non-owning handles is not supported on Unix.
Expand Down

0 comments on commit 4a8df6a

Please sign in to comment.