File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1010using Microsoft . AspNetCore . Components . E2ETest . Infrastructure ;
1111using Microsoft . AspNetCore . Components . E2ETest . Infrastructure . ServerFixtures ;
1212using Microsoft . AspNetCore . E2ETesting ;
13+ using Microsoft . AspNetCore . InternalTesting ;
1314using OpenQA . Selenium ;
1415using TestServer ;
1516using 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") ;
You can’t perform that action at this time.
0 commit comments