Merge pull request #7950 from VSadov/master
disable test It_generates_a_single_file_for_self_contained_apps
This commit is contained in:
commit
689056dcf3
1 changed files with 6 additions and 0 deletions
|
@ -141,5 +141,11 @@
|
|||
Skip="true"
|
||||
Issue=""
|
||||
Reason="Need all .NET core runtime"/>
|
||||
|
||||
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishASingleFileApp.It_generates_a_single_file_for_self_contained_apps"
|
||||
Skip="true"
|
||||
Issue="https://github.com/dotnet/sdk/issues/12391"
|
||||
Reason="Recent changes need the test adjustments."/>
|
||||
|
||||
</SkippedTests>
|
||||
</Tests>
|
||||
|
|
Loading…
Reference in a new issue