Skip to content

Commit 83d26df

Browse files
Skip running some templates on ARM
#34554
1 parent 1780cd4 commit 83d26df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ProjectTemplates/test/BlazorWasmTemplateTest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,14 @@ private void ValidatePublishedServiceWorker(Project project)
7474
}
7575

7676
[ConditionalFact]
77+
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/34554", Queues = "Windows.10.Arm64v8.Open")]
7778
// LocalDB doesn't work on non Windows platforms
7879
[OSSkipCondition(OperatingSystems.Linux | OperatingSystems.MacOSX)]
7980
public Task BlazorWasmHostedTemplate_IndividualAuth_Works_WithLocalDB()
8081
=> BlazorWasmHostedTemplate_IndividualAuth_Works(true);
8182

8283
[Fact]
83-
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/30825", Queues = "All.OSX")]
84+
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/34554", Queues = "Windows.10.Arm64v8.Open")]
8485
public Task BlazorWasmHostedTemplate_IndividualAuth_Works_WithOutLocalDB()
8586
=> BlazorWasmHostedTemplate_IndividualAuth_Works(false);
8687

0 commit comments

Comments
 (0)