Skip to content

Commit 0c61179

Browse files
Copilotradical
andcommitted
Remove QuarantinedTest attributes from RazorRuntimeCompilationHostingStartupTest methods
Co-authored-by: radical <1472+radical@users.noreply.github.com>
1 parent 1531782 commit 0c61179

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Net.Http;
55
using System.Reflection;
66
using Microsoft.AspNetCore.Hosting;
7-
using Microsoft.AspNetCore.InternalTesting;
7+
88
using Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation;
99
using Microsoft.AspNetCore.Mvc.Testing;
1010
using Microsoft.AspNetCore.TestHost;
@@ -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)