Skip to content

Commit 7317702

Browse files
authored
Quarantine RazorViews_AreUpdatedOnChange, RazorPages_AreUpdatedOnChange (#63358)
1 parent 3060947 commit 7317702

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public override void Dispose()
4949
public HttpClient Client { get; private set; }
5050

5151
[Fact]
52+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
5253
public async Task RazorViews_CanBeServedAndUpdatedViaRuntimeCompilation()
5354
{
5455
// Arrange
@@ -86,6 +87,7 @@ public async Task RazorViews_CanBeServedAndUpdatedViaRuntimeCompilation()
8687
}
8788

8889
[Fact]
90+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
8991
public async Task RazorPages_CanBeServedAndUpdatedViaRuntimeCompilation()
9092
{
9193
// Arrange

0 commit comments

Comments
 (0)