Skip to content

Commit d5a669e

Browse files
BrennanConroycaptainsafia
authored andcommitted
Quarantine CanUseAntiforgeryAfterInitialRender (#57767)
#57766
1 parent cfd32d5 commit d5a669e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/AntiforgeryTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
1111
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
1212
using Microsoft.AspNetCore.E2ETesting;
13+
using Microsoft.AspNetCore.InternalTesting;
1314
using OpenQA.Selenium;
1415
using TestServer;
1516
using Xunit.Abstractions;
@@ -32,6 +33,7 @@ public override Task InitializeAsync()
3233
[Theory]
3334
[InlineData("server")]
3435
[InlineData("webassembly")]
36+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57766")]
3537
public void CanUseAntiforgeryAfterInitialRender(string target)
3638
{
3739
Navigate($"{ServerPathBase}/{target}-antiforgery-form");

0 commit comments

Comments
 (0)