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.
ClosingTheBrowserWindow_GracefullyDisconnects_TheCurrentCircuit
1 parent d83064b commit f25bf7eCopy full SHA for f25bf7e
src/Components/test/E2ETest/ServerExecutionTests/CircuitGracefulTerminationTests.cs
@@ -7,7 +7,6 @@
7
using Microsoft.AspNetCore.E2ETesting;
8
using Microsoft.Extensions.DependencyInjection;
9
using Microsoft.Extensions.Logging.Testing;
10
-using Microsoft.AspNetCore.InternalTesting;
11
using OpenQA.Selenium;
12
using TestServer;
13
using Xunit.Abstractions;
@@ -62,7 +61,6 @@ public async Task ReloadingThePage_GracefullyDisconnects_TheCurrentCircuit()
62
61
}
63
64
[Fact]
65
- [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/44185")]
66
public async Task ClosingTheBrowserWindow_GracefullyDisconnects_TheCurrentCircuit()
67
{
68
// Arrange & Act
0 commit comments