Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable PostRewindableStreamContentMultipleTimes test on NETFX (dotne…
…t/corefx#31031) PR dotnet/corefx#19082 changed .NET Core behavior to no longer dispose request content after send. However, the original behavior remains in .NET Framework. So, the test should be skipped on NETFX. Closes dotnet/corefx#30987 Commit migrated from dotnet/corefx@2a5e017