File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/Mvc/test/Mvc.FunctionalTests Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 44using System . Net . Http ;
55using System . Reflection ;
66using Microsoft . AspNetCore . Hosting ;
7- using Microsoft . AspNetCore . InternalTesting ;
7+
88using Microsoft . AspNetCore . Mvc . Razor . RuntimeCompilation ;
99using Microsoft . AspNetCore . Mvc . Testing ;
1010using 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
You can’t perform that action at this time.
0 commit comments