Skip to content

Commit 8f16ba0

Browse files
Copilotradical
andauthored
Remove QuarantinedTest attributes from Razor functional test methods (#63265)
* Initial plan * Remove QuarantinedTest attributes from RazorBuildTest methods Co-authored-by: radical <[email protected]> * Remove QuarantinedTest attributes from RazorRuntimeCompilationHostingStartupTest methods Co-authored-by: radical <[email protected]> * Add back using Microsoft.AspNetCore.InternalTesting; statements Co-authored-by: radical <[email protected]> * Apply suggestion from @radical --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: radical <[email protected]> Co-authored-by: Ankit Jain <[email protected]>
1 parent 491978f commit 8f16ba0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

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

103103
[Fact]
104-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
105104
[LogLevel(LogLevel.Trace)]
106105
public async Task RazorViews_AreUpdatedOnChange()
107106
{
@@ -140,7 +139,6 @@ public async Task RazorViews_AreUpdatedOnChange()
140139
}
141140

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

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)