Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ public async Task RzcViewsArePreferredToRuntimeViews()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
[LogLevel(LogLevel.Trace)]
public async Task RazorViews_AreUpdatedOnChange()
{
Expand Down Expand Up @@ -140,7 +139,6 @@ public async Task RazorViews_AreUpdatedOnChange()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
[LogLevel(LogLevel.Trace)]
public async Task RazorPages_AreUpdatedOnChange()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System.Reflection;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.InternalTesting;

using Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation;
using Microsoft.AspNetCore.Mvc.Testing;
using Microsoft.AspNetCore.TestHost;
Expand Down Expand Up @@ -49,7 +50,6 @@ public override void Dispose()
public HttpClient Client { get; private set; }

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
public async Task RazorViews_CanBeServedAndUpdatedViaRuntimeCompilation()
{
// Arrange
Expand Down Expand Up @@ -87,7 +87,6 @@ public async Task RazorViews_CanBeServedAndUpdatedViaRuntimeCompilation()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
public async Task RazorPages_CanBeServedAndUpdatedViaRuntimeCompilation()
{
// Arrange
Expand Down
Loading