Skip to content

Commit b84cab6

Browse files
authored
un-quarantine Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.InteractivityTest.AutoRenderMode_UsesBlazorServerOnFirstLoad_ThenWebAssemblyOnSuccessiveLoads (#51887)
1 parent 363f910 commit b84cab6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Components/test/E2ETest/ServerRenderingTests/InteractivityTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
66
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
77
using Microsoft.AspNetCore.E2ETesting;
8-
using Microsoft.AspNetCore.InternalTesting;
98
using OpenQA.Selenium;
109
using TestServer;
1110
using Xunit.Abstractions;
@@ -655,7 +654,6 @@ public void AutoRenderMode_UsesBlazorWebAssembly_WhenAddingWebAssemblyComponentA
655654
}
656655

657656
[Fact]
658-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/49961")]
659657
public void AutoRenderMode_UsesBlazorServerOnFirstLoad_ThenWebAssemblyOnSuccessiveLoads()
660658
{
661659
Navigate(ServerPathBase);

0 commit comments

Comments
 (0)