From 65507af7d9a576081add22d0a1ffc5f48cf66e80 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Wed, 16 Aug 2023 15:17:12 -0700 Subject: [PATCH] disable the non-self-contained ones as well --- test/EndToEnd/ProjectBuildTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index 261f8c975..faad825c8 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -87,7 +87,7 @@ namespace EndToEnd.Tests [WindowsOnlyTheory] // [InlineData("net6.0", true)] - [InlineData("net6.0", false)] + // [InlineData("net6.0", false)] [InlineData("current", true)] [InlineData("current", false)] public void ItCanPublishArm64Winforms(string TargetFramework, bool selfContained) @@ -126,7 +126,7 @@ namespace EndToEnd.Tests [WindowsOnlyTheory] // [InlineData("net6.0", true)] - [InlineData("net6.0", false)] + // [InlineData("net6.0", false)] [InlineData("current", true)] [InlineData("current", false)] public void ItCanPublishArm64Wpf(string TargetFramework, bool selfContained)