Skip to content

Commit

Permalink
Quarantine flaky test (#32416)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Luo authored May 5, 2021
1 parent eaf7639 commit 665ea2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ProjectTemplates/test/BaselineTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public ITestOutputHelper Output
}

[Theory]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/32406")]
[MemberData(nameof(TemplateBaselines))]
public async Task Template_Produces_The_Right_Set_Of_FilesAsync(string arguments, string[] expectedFiles)
{
Expand Down

0 comments on commit 665ea2f

Please sign in to comment.