Skip blazor-standlone template

This commit is contained in:
Pranav K 2019-12-09 13:00:56 -08:00
parent 37ec02b4d3
commit 41eb14d8a8
No known key found for this signature in database
GPG Key ID: 1963DA6D96C3057A
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ namespace Templates.Test
public ProjectFactoryFixture ProjectFactory { get; set; }
[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/17681")]
public async Task BlazorWasmStandaloneTemplate_Works()
{
var project = await ProjectFactory.GetOrCreateProject("blazorstandalone", Output);