Skip to content

Commit 74f1cca

Browse files
committed
Temporarily disable E2E component tests
These are causing hangs and timeouts on macOS
1 parent 5541a7a commit 74f1cca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Components/build/repo.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
<ProjectsToPack Include="$(RepositoryRoot)blazor\src\*\*.csproj" />
2828
</ItemGroup>
2929

30+
<!--
31+
Temporarily disabled until this runs on macOS
32+
-->
33+
<ItemGroup Condition="'$(BlazorAllTests)'!='true'">
34+
<ExcludeFromTest Include="$(RepositoryRoot)test\Microsoft.AspNetCore.Components.E2ETest\Microsoft.AspNetCore.Components.E2ETest.csproj" />
35+
</ItemGroup>
36+
3037
<ItemGroup>
3138
<DotNetCoreRuntime Include="$(MicrosoftNETCoreAppPackageVersion)" />
3239

0 commit comments

Comments
 (0)