Skip to content

Commit 1c15b5b

Browse files
authored
[Blazor] Unquarantine CanRenderMarkupBlocks (#29346)
The test has been passing for the past 30 days.
1 parent d89cac0 commit 1c15b5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Components/test/E2ETest/Tests/ComponentRenderingTest.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,6 @@ public void CanUseJsInteropForRefElementsDuringOnAfterRender()
537537
}
538538

539539
[Fact]
540-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/27375")]
541540
public void CanRenderMarkupBlocks()
542541
{
543542
var appElement = Browser.MountTestComponent<MarkupBlockComponent>();
@@ -734,6 +733,6 @@ public void CanHandleClearedChild()
734733
var log = Browser.Manage().Logs.GetLog(LogType.Browser);
735734
Assert.DoesNotContain(log, entry => entry.Level == LogLevel.Severe);
736735
Browser.Equal("", () => input.Text);
737-
}
736+
}
738737
}
739738
}

0 commit comments

Comments
 (0)