diff --git a/.azure/pipelines/components-e2e-tests.yml b/.azure/pipelines/components-e2e-tests.yml index 7badaca296c6e1e79e32362e192225e7f82a1cda..1b617f41fb4b4f3079949278098846d475108ac6 100644 --- a/.azure/pipelines/components-e2e-tests.yml +++ b/.azure/pipelines/components-e2e-tests.yml @@ -76,4 +76,5 @@ jobs: artifacts: - name: Components_E2E_Test_Logs path: '$(Build.SourcesDirectory)/artifacts/TestResults/$(BuildConfiguration)' + includeForks: true publishOnError: true diff --git a/src/Components/test/E2ETest/ServerExecutionTests/CircuitGracefulTerminationTests.cs b/src/Components/test/E2ETest/ServerExecutionTests/CircuitGracefulTerminationTests.cs index 51fbc7085d29c15c0af5358bce4489113ef3f97c..61b0fcea30018a3423c141ccc9c7aedad792bd8c 100644 --- a/src/Components/test/E2ETest/ServerExecutionTests/CircuitGracefulTerminationTests.cs +++ b/src/Components/test/E2ETest/ServerExecutionTests/CircuitGracefulTerminationTests.cs @@ -7,6 +7,7 @@ using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures; 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; @@ -61,6 +62,7 @@ public class CircuitGracefulTerminationTests : ServerTestBase<BasicTestAppServer } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/44185")] public async Task ClosingTheBrowserWindow_GracefullyDisconnects_TheCurrentCircuit() { // Arrange & Act