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

This commit is contained in:
Marc Paine 2022-08-17 00:28:54 +00:00
parent b656e9d5b5
commit ea23c6899d

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>