Skip to content

Commit 489369b

Browse files
authored
[Blazor] Skip invalid test (dotnet#28597)
The current test uses invalid parameters that don't reflect a valid scenario. Separately there is a product bug that causes a redirect to happen during AuthenticationService.getUser with invalid parameters that we need to look into.
1 parent ce082fa commit 489369b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectTemplates/BlazorTemplates.Tests/BlazorWasmTemplateTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ private async Task BlazorWasmHostedTemplate_IndividualAuth_Works(bool useLocalDb
341341
}
342342
}
343343

344-
[Fact]
344+
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/28596")]
345345
public async Task BlazorWasmStandaloneTemplate_IndividualAuth_Works()
346346
{
347347
// Additional arguments are needed. See: https://github.com/dotnet/aspnetcore/issues/24278

0 commit comments

Comments
 (0)