File tree 1 file changed +2
-1
lines changed
src/ProjectTemplates/test 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,14 @@ private void ValidatePublishedServiceWorker(Project project)
74
74
}
75
75
76
76
[ ConditionalFact ]
77
+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/34554" , Queues = "Windows.10.Arm64v8.Open" ) ]
77
78
// LocalDB doesn't work on non Windows platforms
78
79
[ OSSkipCondition ( OperatingSystems . Linux | OperatingSystems . MacOSX ) ]
79
80
public Task BlazorWasmHostedTemplate_IndividualAuth_Works_WithLocalDB ( )
80
81
=> BlazorWasmHostedTemplate_IndividualAuth_Works ( true ) ;
81
82
82
83
[ 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 " ) ]
84
85
public Task BlazorWasmHostedTemplate_IndividualAuth_Works_WithOutLocalDB ( )
85
86
=> BlazorWasmHostedTemplate_IndividualAuth_Works ( false ) ;
86
87
You can’t perform that action at this time.
0 commit comments