Skip to content

Commit b6d995a

Browse files
authored
[release/7.0] Quarantine ClosingTheBrowserWindow_GracefullyDisconnects_TheCurrentCircuit (#44186)
- #44185 - also upload test logs for forks
1 parent a4bc7cb commit b6d995a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.azure/pipelines/components-e2e-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ jobs:
7676
artifacts:
7777
- name: Components_E2E_Test_Logs
7878
path: '$(Build.SourcesDirectory)/artifacts/TestResults/$(BuildConfiguration)'
79+
includeForks: true
7980
publishOnError: true

src/Components/test/E2ETest/ServerExecutionTests/CircuitGracefulTerminationTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using Microsoft.AspNetCore.E2ETesting;
88
using Microsoft.Extensions.DependencyInjection;
99
using Microsoft.Extensions.Logging.Testing;
10+
using Microsoft.AspNetCore.Testing;
1011
using OpenQA.Selenium;
1112
using TestServer;
1213
using Xunit.Abstractions;
@@ -61,6 +62,7 @@ public async Task ReloadingThePage_GracefullyDisconnects_TheCurrentCircuit()
6162
}
6263

6364
[Fact]
65+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/44185")]
6466
public async Task ClosingTheBrowserWindow_GracefullyDisconnects_TheCurrentCircuit()
6567
{
6668
// Arrange & Act

0 commit comments

Comments
 (0)