Skip to content

Commit 1855c53

Browse files
Unquarantine Razor runtime compilation tests (issue #56553) (#65864)
Tests have been passing 100% for 30+ days in the quarantined-tests pipeline. Tracked by #56553 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 706ce53 commit 1855c53

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ public async Task RzcViewsArePreferredToRuntimeViews()
102102

103103
[Fact]
104104
[LogLevel(LogLevel.Trace)]
105-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
106105
public async Task RazorViews_AreUpdatedOnChange()
107106
{
108107
// Arrange
@@ -141,7 +140,6 @@ public async Task RazorViews_AreUpdatedOnChange()
141140

142141
[Fact]
143142
[LogLevel(LogLevel.Trace)]
144-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
145143
public async Task RazorPages_AreUpdatedOnChange()
146144
{
147145
// Arrange

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public override void Dispose()
4949
public HttpClient Client { get; private set; }
5050

5151
[Fact]
52-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
5352
public async Task RazorViews_CanBeServedAndUpdatedViaRuntimeCompilation()
5453
{
5554
// Arrange
@@ -87,7 +86,6 @@ public async Task RazorViews_CanBeServedAndUpdatedViaRuntimeCompilation()
8786
}
8887

8988
[Fact]
90-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
9189
public async Task RazorPages_CanBeServedAndUpdatedViaRuntimeCompilation()
9290
{
9391
// Arrange

0 commit comments

Comments
 (0)