From 63ca19534d809128362fc33ff666b0cb31c86128 Mon Sep 17 00:00:00 2001 From: Juan Sebastian Hoyos Ayala Date: Fri, 15 May 2020 11:48:31 -0700 Subject: [PATCH] Mark ARM64 WindowsDesktop tests as Windows only --- 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 9e0d5e630..97293638a 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -83,7 +83,7 @@ namespace EndToEnd.Tests .Should().Pass().And.HaveStdOutContaining("Hello World!"); } - [Fact] + [WindowsOnlyFact] public void ItCanPublishArm64Winforms() { DirectoryInfo directory = TestAssets.CreateTestDirectory(); @@ -109,7 +109,7 @@ namespace EndToEnd.Tests selfContainedPublishDir.Should().HaveFilesMatching($"{directory.Name}.dll", SearchOption.TopDirectoryOnly); } - [Fact] + [WindowsOnlyFact] public void ItCantPublishArm64Wpf() { DirectoryInfo directory = TestAssets.CreateTestDirectory();