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 82e70a6 commit af600bfCopy full SHA for af600bf
src/ProjectTemplates/test/RazorPagesTemplateTest.cs
@@ -224,6 +224,7 @@ public async Task RazorPagesTemplate_IndividualAuth(bool useLocalDB)
224
225
[ConditionalFact]
226
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/28090", Queues = HelixConstants.Windows10Arm64 + HelixConstants.DebianArm64)]
227
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/31044")]
228
public async Task RazorPagesTemplate_RazorRuntimeCompilation_BuildsAndPublishes()
229
{
230
var project = await BuildAndPublishRazorPagesTemplate(auth: null, new[] { "--razor-runtime-compilation" });
0 commit comments