From 94aa716e1afc3cfb369f809e20945447195c55b6 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 f83be52124d7..34125550d3fb 100644 --- a/src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishAHelloWorldProject.cs +++ b/src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishAHelloWorldProject.cs @@ -66,16 +66,10 @@ public void It_publishes_portable_apps_to_the_publish_folder_and_the_app_should_ } [Theory] - [InlineData("netcoreapp1.1")] [InlineData("netcoreapp2.0")] [InlineData("netcoreapp3.0")] 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