瀏覽代碼

Temporarily disable E2E component tests

These are causing hangs and timeouts on macOS
Ryan Nowak 7 年之前
父節點
當前提交
74f1ccad0d
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/Components/build/repo.props

+ 7 - 0
src/Components/build/repo.props

@@ -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)" />