disable flaky test (#9091)

This commit is contained in:
Justin Kotalik 2019-04-04 15:55:12 -07:00 committed by Andrew Stanton-Nurse
parent 0f0a388eab
commit 6266d56165
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ namespace Templates.Test
public ProjectFactoryFixture ProjectFactory { get; }
public ITestOutputHelper Output { get; }
[Theory]
[Theory(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/2164")]
[MemberData(nameof(TemplateBaselines))]
public async Task Template_Produces_The_Right_Set_Of_FilesAsync(string arguments, string[] expectedFiles)
{