From 46b72c15b321560e04440034ef23b0c828b15959 Mon Sep 17 00:00:00 2001 From: Noah Gilson Date: Thu, 12 Jan 2023 15:20:16 -0800 Subject: [PATCH] This call is failing on the Darwin leg in installer. (#29916) --- .../GivenThatWeWantToPublishAHelloWorldProject.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishAHelloWorldProject.cs b/src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishAHelloWorldProject.cs index a7c76ba87922..09c1a2625cc2 100644 --- a/src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishAHelloWorldProject.cs +++ b/src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishAHelloWorldProject.cs @@ -69,16 +69,10 @@ public void It_publishes_portable_apps_to_the_publish_folder_and_the_app_should_ } [Theory] - [InlineData("netcoreapp1.1")] [InlineData("netcoreapp2.0")] [InlineData(ToolsetInfo.CurrentTargetFramework)] public void It_publishes_self_contained_apps_to_the_publish_folder_and_the_app_should_run(string targetFramework) { - if (!EnvironmentInfo.SupportsTargetFramework(targetFramework)) - { - return; - } - var rid = EnvironmentInfo.GetCompatibleRid(targetFramework); var helloWorldAsset = _testAssetsManager