Skip to content

Commit b358f4c

Browse files
authored
Unquarantine 2 build and publish template tests (#26961)
1 parent 3f52751 commit b358f4c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/ProjectTemplates/BlazorTemplates.Tests/BlazorServerTemplateTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ private void TestBasicNavigation()
190190
}
191191

192192
[Theory]
193-
[QuarantinedTest]
194193
[InlineData("IndividualB2C", null)]
195194
[InlineData("IndividualB2C", new string[] { "--called-api-url \"https://graph.microsoft.com\"", "--called-api-scopes user.readwrite" })]
196195
[InlineData("SingleOrg", null)]

src/ProjectTemplates/test/MvcTemplateTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ public async Task MvcTemplate_SingleFileExe()
306306
}
307307

308308
[Fact]
309-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23993")]
310309
public async Task MvcTemplate_RazorRuntimeCompilation_BuildsAndPublishes()
311310
{
312311
var project = await MvcTemplateBuildsAndPublishes(auth: null, args: new[] { "--razor-runtime-compilation" });

0 commit comments

Comments
 (0)