Skip to content

Commit

Permalink
Quarantine one failing test (#31045)
Browse files Browse the repository at this point in the history
- #31044
- `RazorPagesTemplate_RazorRuntimeCompilation_BuildsAndPublishes()`
  • Loading branch information
dougbu authored Mar 19, 2021
1 parent 82e70a6 commit af600bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ProjectTemplates/test/RazorPagesTemplateTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ public async Task RazorPagesTemplate_IndividualAuth(bool useLocalDB)

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

0 comments on commit af600bf

Please sign in to comment.