Skip to content

Commit 0f37ede

Browse files
authored
Unquarantine Baseline template test (#34213)
1 parent c4334b0 commit 0f37ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectTemplates/test/BaselineTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ public ITestOutputHelper Output
7979
}
8080
}
8181

82+
// This test should generally not be quarantined as it only is checking that the expected files are on disk
8283
[Theory]
83-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/32406")]
8484
[MemberData(nameof(TemplateBaselines))]
8585
public async Task Template_Produces_The_Right_Set_Of_FilesAsync(string arguments, string[] expectedFiles)
8686
{

0 commit comments

Comments
 (0)