Skip to content

Commit b05ca87

Browse files
authored
Quarantine RazorPagesTemplate_IdentityWeb_BuildsAndPublishes (#31730)
* Quarantine RazorPagesTemplate_IdentityWeb_BuildsAndPublishes * Update RazorPagesTemplateTest.cs
1 parent eb72f19 commit b05ca87

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/ProjectTemplates/test/RazorPagesTemplateTest.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,12 @@ public async Task RazorPagesTemplate_RazorRuntimeCompilation_BuildsAndPublishes(
242242
[InlineData("IndividualB2C", new string[] { "--called-api-url \"https://graph.microsoft.com\"", "--called-api-scopes user.readwrite" })]
243243
[InlineData("SingleOrg", null)]
244244
[InlineData("SingleOrg", new string[] { "--called-api-url \"https://graph.microsoft.com\"", "--called-api-scopes user.readwrite" })]
245-
[InlineData("SingleOrg", new string[] { "--calls-graph" })]
246245
public Task RazorPagesTemplate_IdentityWeb_BuildsAndPublishes(string auth, string[] args) => BuildAndPublishRazorPagesTemplate(auth: auth, args: args);
246+
247+
[ConditionalTheory]
248+
[InlineData("SingleOrg", new string[] { "--calls-graph" })]
249+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/31729")]
250+
public Task RazorPagesTemplate_IdentityWeb_BuildsAndPublishes_WithSingleOrg(string auth, string[] args) => BuildAndPublishRazorPagesTemplate(auth: auth, args: args);
247251

248252
private async Task<Project> BuildAndPublishRazorPagesTemplate(string auth, string[] args)
249253
{

0 commit comments

Comments
 (0)