We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363f910 commit b84cab6Copy full SHA for b84cab6
src/Components/test/E2ETest/ServerRenderingTests/InteractivityTest.cs
@@ -5,7 +5,6 @@
5
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
6
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
7
using Microsoft.AspNetCore.E2ETesting;
8
-using Microsoft.AspNetCore.InternalTesting;
9
using OpenQA.Selenium;
10
using TestServer;
11
using Xunit.Abstractions;
@@ -655,7 +654,6 @@ public void AutoRenderMode_UsesBlazorWebAssembly_WhenAddingWebAssemblyComponentA
655
654
}
656
657
[Fact]
658
- [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/49961")]
659
public void AutoRenderMode_UsesBlazorServerOnFirstLoad_ThenWebAssemblyOnSuccessiveLoads()
660
{
661
Navigate(ServerPathBase);
0 commit comments