Skip to content

Commit 391631e

Browse files
github-actions[bot]dariatiurinawtgodbe
authored
[automated] Merge branch 'release/10.0' => 'main' (#63372)
* Quarantine tests (#63368) Co-authored-by: Daria Tiurina <dariatiurina@microsoft.com> * Update RazorBuildTest.cs * Update RazorBuildTest.cs --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Daria Tiurina <dariatiurina@microsoft.com> Co-authored-by: William Godbe <wigodbe@microsoft.com>
1 parent d963ce4 commit 391631e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public async Task RzcViewsArePreferredToRuntimeViews()
102102

103103
[Fact]
104104
[LogLevel(LogLevel.Trace)]
105+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
105106
public async Task RazorViews_AreUpdatedOnChange()
106107
{
107108
// Arrange
@@ -140,6 +141,7 @@ public async Task RazorViews_AreUpdatedOnChange()
140141

141142
[Fact]
142143
[LogLevel(LogLevel.Trace)]
144+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
143145
public async Task RazorPages_AreUpdatedOnChange()
144146
{
145147
// Arrange

0 commit comments

Comments
 (0)