We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a042488 commit 16eac9fCopy full SHA for 16eac9f
src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/AntiforgeryTests.cs
@@ -10,6 +10,7 @@
10
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
11
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
12
using Microsoft.AspNetCore.E2ETesting;
13
+using Microsoft.AspNetCore.InternalTesting;
14
using OpenQA.Selenium;
15
using TestServer;
16
using Xunit.Abstractions;
@@ -32,6 +33,7 @@ public override Task InitializeAsync()
32
33
[Theory]
34
[InlineData("server")]
35
[InlineData("webassembly")]
36
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57766")]
37
public void CanUseAntiforgeryAfterInitialRender(string target)
38
{
39
Navigate($"{ServerPathBase}/{target}-antiforgery-form");
0 commit comments