Temporarily disable E2E component tests
These are causing hangs and timeouts on macOS
This commit is contained in:
parent
5541a7a026
commit
74f1ccad0d
|
|
@ -27,6 +27,13 @@
|
||||||
<ProjectsToPack Include="$(RepositoryRoot)blazor\src\*\*.csproj" />
|
<ProjectsToPack Include="$(RepositoryRoot)blazor\src\*\*.csproj" />
|
||||||
</ItemGroup>
|
</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>
|
<ItemGroup>
|
||||||
<DotNetCoreRuntime Include="$(MicrosoftNETCoreAppPackageVersion)" />
|
<DotNetCoreRuntime Include="$(MicrosoftNETCoreAppPackageVersion)" />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue