Skip to content

Commit 163f981

Browse files
authored
Quarantine E2E Test DownloadFileFromAnchor (#29740)
* Quarantine E2E Test DownloadFileFromAnchor Extension of tests quarantined in #29652 / #29698. Failure: https://dev.azure.com/dnceng/public/_build/results?buildId=970420&view=ms.vss-test-web.build-test-results-tab&runId=30490800&resultId=100005&paneView=debug * Add using Microsoft.AspNetCore.Testing;
1 parent 0890654 commit 163f981

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/test/E2ETest/Tests/DownloadAnchorTest.cs

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
1111
using Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests;
1212
using Microsoft.AspNetCore.E2ETesting;
13+
using Microsoft.AspNetCore.Testing;
1314
using Microsoft.Extensions.DependencyInjection;
1415
using OpenQA.Selenium;
1516
using Xunit;
@@ -29,6 +30,7 @@ public DownloadAnchorTest(
2930
}
3031

3132
[Fact]
33+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/29739")]
3234
public void DownloadFileFromAnchor()
3335
{
3436
// Arrange

0 commit comments

Comments
 (0)