Quarantine test

This commit is contained in:
Pranav K 2020-07-02 15:26:28 -07:00
parent 9a4e6cf97c
commit c67ecd2cf0
No known key found for this signature in database
GPG Key ID: F748807460A27E91
1 changed files with 1 additions and 0 deletions

View File

@ -330,6 +330,7 @@ namespace Templates.Test
} }
[Fact] [Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23639")]
public async Task BlazorWasmStandaloneTemplate_IndividualAuth_Works() public async Task BlazorWasmStandaloneTemplate_IndividualAuth_Works()
{ {
var project = await ProjectFactory.GetOrCreateProject("blazorstandaloneindividual", Output); var project = await ProjectFactory.GetOrCreateProject("blazorstandaloneindividual", Output);