Merged PR 25153: Updated TestsToSkipPortableLinux.xml to add a similar test that failed for a...

Updated TestsToSkipPortableLinux.xml to add a similar test that failed for a similar reason. Likely related to ulimit

Cherry-picked from commit `6ede5f99`.
This commit is contained in:
Marc Paine 2022-08-19 23:16:21 +00:00
commit 614892f745

View file

@ -3,5 +3,9 @@
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishAWebApp.It_publishes_as_framework_dependent_by_default"
Skip="true"
Reason="https://github.com/NuGet/Home/issues/8571"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishAWebApp.It_should_publish_framework_dependent_for_2x"
Skip="true"
Reason="https://github.com/NuGet/Home/issues/8571"/>
</SkippedTests>
</Tests>