diff --git a/src/Components/test/E2ETest/Tests/DownloadAnchorTest.cs b/src/Components/test/E2ETest/Tests/DownloadAnchorTest.cs index 7c2d3223cf9c..7d64bb6305a4 100644 --- a/src/Components/test/E2ETest/Tests/DownloadAnchorTest.cs +++ b/src/Components/test/E2ETest/Tests/DownloadAnchorTest.cs @@ -10,6 +10,7 @@ using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures; using Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests; using Microsoft.AspNetCore.E2ETesting; +using Microsoft.AspNetCore.Testing; using Microsoft.Extensions.DependencyInjection; using OpenQA.Selenium; using Xunit; @@ -29,6 +30,7 @@ public DownloadAnchorTest( } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/29739")] public void DownloadFileFromAnchor() { // Arrange