Skip to content

Commit bc97613

Browse files
Skip running some templates on ARM (#34555)
1 parent 53f8d22 commit bc97613

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ProjectTemplates/test/BlazorWasmTemplateTest.cs

Lines changed: 3 additions & 2 deletions
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

82-
[Fact]
83-
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/30825", Queues = "All.OSX")]
83+
[ConditionalFact]
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)