Skip to content

Commit

Permalink
[release/7.0] Quarantine `ClosingTheBrowserWindow_GracefullyDisconnec…
Browse files Browse the repository at this point in the history
…ts_TheCurrentCircuit` (#44186)

- #44185
- also upload test logs for forks
  • Loading branch information
dougbu authored Sep 26, 2022
1 parent a4bc7cb commit b6d995a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .azure/pipelines/components-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ jobs:
artifacts:
- name: Components_E2E_Test_Logs
path: '$(Build.SourcesDirectory)/artifacts/TestResults/$(BuildConfiguration)'
includeForks: true
publishOnError: true
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using Microsoft.AspNetCore.E2ETesting;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging.Testing;
using Microsoft.AspNetCore.Testing;
using OpenQA.Selenium;
using TestServer;
using Xunit.Abstractions;
Expand Down Expand Up @@ -61,6 +62,7 @@ public async Task ReloadingThePage_GracefullyDisconnects_TheCurrentCircuit()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/44185")]
public async Task ClosingTheBrowserWindow_GracefullyDisconnects_TheCurrentCircuit()
{
// Arrange & Act
Expand Down

0 comments on commit b6d995a

Please sign in to comment.