Disable two Socket.Begin/EndSendFile tests (dotnet/corefx#35494)
authorStephen Toub <stoub@microsoft.com>
Thu, 21 Feb 2019 17:16:35 +0000 (12:16 -0500)
committerGitHub <noreply@github.com>
Thu, 21 Feb 2019 17:16:35 +0000 (12:16 -0500)
Commit migrated from https://github.com/dotnet/corefx/commit/1c802d6d8c06b727c102c00e5eb4224de9608a16

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

index e30e0ce..937f383 100644 (file)
@@ -450,6 +450,7 @@ namespace System.Net.Sockets.Tests
             }
         }
 
+        [ActiveIssue(35493)]
         [Theory]
         [InlineData(false)]
         [InlineData(true)]
index 4262009..eeaec88 100644 (file)
@@ -180,6 +180,7 @@ namespace System.Net.Sockets.Tests
             File.Delete(filename);
         }
 
+        [ActiveIssue(35493)]
         [OuterLoop] // TODO: Issue #11345
         [Theory]
         [MemberData(nameof(SendFile_MemberData))]