Skip to content

Commit c243bee

Browse files
Quarantine flaky Components tests (#23857)
1 parent 083f81d commit c243bee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
88
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
99
using Microsoft.AspNetCore.E2ETesting;
10+
using Microsoft.AspNetCore.Testing;
1011
using OpenQA.Selenium;
1112
using OpenQA.Selenium.Support.UI;
1213
using Xunit;
@@ -35,6 +36,7 @@ protected override void InitializeAsyncCore()
3536
}
3637

3738
[Fact]
39+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23856")]
3840
public void CanLazyLoadOnRouteChange()
3941
{
4042
// Navigate to a page without any lazy-loaded dependencies
@@ -59,6 +61,7 @@ public void CanLazyLoadOnRouteChange()
5961
}
6062

6163
[Fact]
64+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23856")]
6265
public void CanLazyLoadOnFirstVisit()
6366
{
6467
// Navigate to a page with lazy loaded assemblies for the first time

0 commit comments

Comments
 (0)