Skip to content

Commit 1531782

Browse files
Copilotradical
andcommitted
Remove QuarantinedTest attributes from RazorBuildTest methods
Co-authored-by: radical <[email protected]>
1 parent 06c1aea commit 1531782

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.Net.Http;
66
using System.Reflection;
77
using Microsoft.AspNetCore.Hosting;
8-
using Microsoft.AspNetCore.InternalTesting;
98
using Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation;
109
using Microsoft.AspNetCore.Mvc.Testing;
1110
using Microsoft.AspNetCore.TestHost;
@@ -101,7 +100,6 @@ public async Task RzcViewsArePreferredToRuntimeViews()
101100
}
102101

103102
[Fact]
104-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
105103
[LogLevel(LogLevel.Trace)]
106104
public async Task RazorViews_AreUpdatedOnChange()
107105
{
@@ -140,7 +138,6 @@ public async Task RazorViews_AreUpdatedOnChange()
140138
}
141139

142140
[Fact]
143-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
144141
[LogLevel(LogLevel.Trace)]
145142
public async Task RazorPages_AreUpdatedOnChange()
146143
{

0 commit comments

Comments
 (0)