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)