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()
101
101
}
102
102
103
103
[ Fact ]
104
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/56553" ) ]
105
104
[ LogLevel ( LogLevel . Trace ) ]
106
105
public async Task RazorViews_AreUpdatedOnChange ( )
107
106
{
@@ -140,7 +139,6 @@ public async Task RazorViews_AreUpdatedOnChange()
140
139
}
141
140
142
141
[ Fact ]
143
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/56553" ) ]
144
142
[ LogLevel ( LogLevel . Trace ) ]
145
143
public async Task RazorPages_AreUpdatedOnChange ( )
146
144
{
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ public override void Dispose()
49
49
public HttpClient Client { get ; private set ; }
50
50
51
51
[ Fact ]
52
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/56553" ) ]
53
52
public async Task RazorViews_CanBeServedAndUpdatedViaRuntimeCompilation ( )
54
53
{
55
54
// Arrange
@@ -87,7 +86,6 @@ public async Task RazorViews_CanBeServedAndUpdatedViaRuntimeCompilation()
87
86
}
88
87
89
88
[ Fact ]
90
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/56553" ) ]
91
89
public async Task RazorPages_CanBeServedAndUpdatedViaRuntimeCompilation ( )
92
90
{
93
91
// Arrange
You can’t perform that action at this time.
0 commit comments