Skip to content

Commit 5dee190

Browse files
authored
Quarantine PreventDefault_DotNotApplyByDefault (#62534)
1 parent 182e86a commit 5dee190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ public void PreventDefault_AppliesToFormOnSubmitHandlers()
278278
}
279279

280280
[Fact]
281+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/62533")]
281282
public void PreventDefault_DotNotApplyByDefault()
282283
{
283284
var appElement = Browser.MountTestComponent<EventPreventDefaultComponent>();

0 commit comments

Comments
 (0)