File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/Mvc/test/Mvc.FunctionalTests Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 55using System . Net . Http ;
66using System . Reflection ;
77using Microsoft . AspNetCore . Hosting ;
8- using Microsoft . AspNetCore . InternalTesting ;
98using Microsoft . AspNetCore . Mvc . Razor . RuntimeCompilation ;
109using Microsoft . AspNetCore . Mvc . Testing ;
1110using Microsoft . AspNetCore . TestHost ;
@@ -101,7 +100,6 @@ public async Task RzcViewsArePreferredToRuntimeViews()
101100 }
102101
103102 [ Fact ]
104- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/56553" ) ]
105103 [ LogLevel ( LogLevel . Trace ) ]
106104 public async Task RazorViews_AreUpdatedOnChange ( )
107105 {
@@ -140,7 +138,6 @@ public async Task RazorViews_AreUpdatedOnChange()
140138 }
141139
142140 [ Fact ]
143- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/56553" ) ]
144141 [ LogLevel ( LogLevel . Trace ) ]
145142 public async Task RazorPages_AreUpdatedOnChange ( )
146143 {
You can’t perform that action at this time.
0 commit comments