Re-enable BeginSendFile tests (dotnet/corefx#35696)
authorStephen Toub <stoub@microsoft.com>
Fri, 1 Mar 2019 18:02:15 +0000 (13:02 -0500)
committerGitHub <noreply@github.com>
Fri, 1 Mar 2019 18:02:15 +0000 (13:02 -0500)
Commit migrated from https://github.com/dotnet/corefx/commit/560bbb1f5906ea4ff7f9a6888bf8fe083cf94087

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

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