disable flaky test (#9091)
This commit is contained in:
parent
0f0a388eab
commit
6266d56165
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue