We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0890654 commit 163f981Copy full SHA for 163f981
src/Components/test/E2ETest/Tests/DownloadAnchorTest.cs
@@ -10,6 +10,7 @@
10
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
11
using Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests;
12
using Microsoft.AspNetCore.E2ETesting;
13
+using Microsoft.AspNetCore.Testing;
14
using Microsoft.Extensions.DependencyInjection;
15
using OpenQA.Selenium;
16
using Xunit;
@@ -29,6 +30,7 @@ public DownloadAnchorTest(
29
30
}
31
32
[Fact]
33
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/29739")]
34
public void DownloadFileFromAnchor()
35
{
36
// Arrange
0 commit comments