Temporarily disable E2E component tests

These are causing hangs and timeouts on macOS
This commit is contained in:
Ryan Nowak 2019-01-08 21:17:09 -08:00
parent 5541a7a026
commit 74f1ccad0d
1 changed files with 7 additions and 0 deletions

View File

@ -27,6 +27,13 @@
<ProjectsToPack Include="$(RepositoryRoot)blazor\src\*\*.csproj" />
</ItemGroup>
<!--
Temporarily disabled until this runs on macOS
-->
<ItemGroup Condition="'$(BlazorAllTests)'!='true'">
<ExcludeFromTest Include="$(RepositoryRoot)test\Microsoft.AspNetCore.Components.E2ETest\Microsoft.AspNetCore.Components.E2ETest.csproj" />
</ItemGroup>
<ItemGroup>
<DotNetCoreRuntime Include="$(MicrosoftNETCoreAppPackageVersion)" />