We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d963ce4 commit 391631eCopy full SHA for 391631e
src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs
@@ -102,6 +102,7 @@ public async Task RzcViewsArePreferredToRuntimeViews()
102
103
[Fact]
104
[LogLevel(LogLevel.Trace)]
105
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
106
public async Task RazorViews_AreUpdatedOnChange()
107
{
108
// Arrange
@@ -140,6 +141,7 @@ public async Task RazorViews_AreUpdatedOnChange()
140
141
142
143
144
145
public async Task RazorPages_AreUpdatedOnChange()
146
147
0 commit comments