disable SendFileGetsCanceledByDispose on MacOS (#80286)
authorTomas Weinfurt <tweinfurt@yahoo.com>
Fri, 6 Jan 2023 08:14:14 +0000 (00:14 -0800)
committerGitHub <noreply@github.com>
Fri, 6 Jan 2023 08:14:14 +0000 (09:14 +0100)
src/libraries/System.Net.Sockets/tests/FunctionalTests/SendFile.cs

index f7ae911..9e0876c 100644 (file)
@@ -239,6 +239,7 @@ namespace System.Net.Sockets.Tests
         [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)]
         public async Task SendFileGetsCanceledByDispose(bool owning)
         {
             // Aborting sync operations for non-owning handles is not supported on Unix.