File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
src/Mvc/test/Mvc.FunctionalTests Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments