Skip to content

Commit 370a1ea

Browse files
John Luodougbu
John Luo
authored andcommitted
Disable failing/hanging tests due to Chrome/Selenium issue (#25323)
1 parent 4aa0907 commit 370a1ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<!-- Run on platforms where we support Selenium -->
1414
<SkipTests Condition="'$(SeleniumE2ETestsSupported)' != 'true'">true</SkipTests>
1515

16+
<!-- Tests are disabled due to https://github.com/dotnet/aspnetcore/issues/25322 -->
17+
<SkipTests>true</SkipTests>
18+
1619
<!-- Tests do not work on Helix or when bin/ directory is not in project directory due to undeclared dependency on test content. -->
1720
<BaseOutputPath />
1821

0 commit comments

Comments
 (0)