Skip to content

Commit 16eac9f

Browse files
Quarantine CanUseAntiforgeryAfterInitialRender (#57767)
#57766
1 parent a042488 commit 16eac9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/AntiforgeryTests.cs

+2
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)