dotnet-installer/test/SdkTests/TestsToSkipLinux.xml
Marc Paine 8a35ac3fbb Rename the XML file
Add a specific test back to the exclusion list
Move two tests to the linux-only exclusion list
2024-01-26 15:00:35 -08:00

18 lines
1 KiB
XML

<Tests>
<SkippedTests>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishAHelloWorldProject.It_publishes_self_contained_apps_to_the_publish_folder_and_the_app_should_run"
Skip="true"
Reason=".NET Core 1.1 fails to publish on distributions with unsupported RIDs."/>
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildASelfContainedApp.It_builds_a_runnable_output"
Skip="true"
Reason=".NET Core 1.1 fails to publish on distributions with unsupported RIDs."/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_links_simple_app_without_analysis_warnings_and_it_runs"
Skip="true"
Issue=""
Reason="Fails on 3.1 on linux for missing ICU package"/>
<Method Name="Microsoft.NET.Build.Tests.AppHostTests.It_builds_a_runnable_apphost_by_default"
Skip="true"
Issue=""
Reason="Fails on 3.1 on linux for missing ICU package"/>
</SkippedTests>
</Tests>