Skip to content

Commit 4a8df6a

Browse files
wfurtrzikm
andauthored
disable SendFileGetsCanceledByDispose also on Catalyst (#82782)
* disable SendFileGetsCanceledByDispose also on Catalyst * Update src/libraries/System.Net.Sockets/tests/FunctionalTests/SendFile.cs Co-authored-by: Radek Zikmund <32671551+rzikm@users.noreply.github.com> * fix build --------- Co-authored-by: Radek Zikmund <32671551+rzikm@users.noreply.github.com>
1 parent 4d0a133 commit 4a8df6a

File tree

1 file changed

+1
-1
lines changed
  • src/libraries/System.Net.Sockets/tests/FunctionalTests

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public async Task SliceBuffers_Success()
239239
[InlineData(true)]
240240
[InlineData(false)]
241241
[ActiveIssue("https://github.com/dotnet/runtime/issues/73536", TestPlatforms.iOS | TestPlatforms.tvOS)]
242-
[ActiveIssue("https://github.com/dotnet/runtime/issues/80169", TestPlatforms.OSX)]
242+
[ActiveIssue("https://github.com/dotnet/runtime/issues/80169", typeof(PlatformDetection), nameof(PlatformDetection.IsOSXLike))]
243243
public async Task SendFileGetsCanceledByDispose(bool owning)
244244
{
245245
// Aborting sync operations for non-owning handles is not supported on Unix.

0 commit comments

Comments
 (0)