Skip to content

Commit dd42fdc

Browse files
author
John Luo
committed
Revert "Disable failing/hanging tests due to Chrome/Selenium issue (#25323)"
This reverts commit 332f150.
1 parent ee765e7 commit dd42fdc

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
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-
2017
<!-- Tests do not work on Helix or when bin/ directory is not in project directory due to undeclared dependency on test content. -->
2118
<BaseOutputPath />
2219

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
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-
1713
<!--Do not run this test project on Helix.-->
1814
<BuildHelixPayload>false</BuildHelixPayload>
1915
<SkipHelixArm>true</SkipHelixArm>

0 commit comments

Comments
 (0)