Skip to content

Commit 332f150

Browse files
author
John Luo
committed
Disable failing/hanging tests due to Chrome/Selenium issue (#25323)
1 parent af2b40e commit 332f150

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-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
@@ -14,6 +14,9 @@
1414
<SkipTests Condition="'$(SeleniumE2ETestsSupported)' != 'true'">true</SkipTests>
1515
<SkipTests Condition="'$(SeleniumE2ETestsSupported)' == 'true'">false</SkipTests>
1616

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

src/ProjectTemplates/BlazorTemplates.Tests/BlazorTemplates.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
<RunTemplateTests Condition="'$(RunTemplateTests)' == ''" >true</RunTemplateTests>
1212
<SkipTests Condition="'$(RunTemplateTests)' != 'true'">true</SkipTests>
13+
14+
<!-- Tests are disabled due to https://github.com/dotnet/aspnetcore/issues/25322 -->
15+
<SkipTests>true</SkipTests>
16+
1317
<!--Do not run this test project on Helix.-->
1418
<BuildHelixPayload>false</BuildHelixPayload>
1519
<SkipHelixArm>true</SkipHelixArm>

0 commit comments

Comments
 (0)