We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4334b0 commit 0f37edeCopy full SHA for 0f37ede
src/ProjectTemplates/test/BaselineTest.cs
@@ -79,8 +79,8 @@ public ITestOutputHelper Output
79
}
80
81
82
+ // This test should generally not be quarantined as it only is checking that the expected files are on disk
83
[Theory]
- [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/32406")]
84
[MemberData(nameof(TemplateBaselines))]
85
public async Task Template_Produces_The_Right_Set_Of_FilesAsync(string arguments, string[] expectedFiles)
86
{
0 commit comments