Skip to content

Commit af600bf

Browse files
authored
Quarantine one failing test (#31045)
- #31044 - `RazorPagesTemplate_RazorRuntimeCompilation_BuildsAndPublishes()`
1 parent 82e70a6 commit af600bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ProjectTemplates/test/RazorPagesTemplateTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ public async Task RazorPagesTemplate_IndividualAuth(bool useLocalDB)
224224

225225
[ConditionalFact]
226226
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/28090", Queues = HelixConstants.Windows10Arm64 + HelixConstants.DebianArm64)]
227+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/31044")]
227228
public async Task RazorPagesTemplate_RazorRuntimeCompilation_BuildsAndPublishes()
228229
{
229230
var project = await BuildAndPublishRazorPagesTemplate(auth: null, new[] { "--razor-runtime-compilation" });

0 commit comments

Comments
 (0)