Skip to content

Commit

Permalink
Skip PW E2E migration project for now (race cond) (#32817)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoK authored May 18, 2021
1 parent 2e20bab commit 8b52d1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
$(RepoRoot)src\Components\WebView\Samples\BlazorWinFormsApp\**\*.csproj;
$(RepoRoot)src\Components\WebView\Samples\BlazorWpfApp\**\*.csproj;
" />

<!-- Skipping due to build race conditions for now -->
<ProjectToExclude Include="
$(RepoRoot)src/Components/test/E2ETestMigration/Microsoft.AspNetCore.Components.Migration.E2ETests.csproj" />
</ItemGroup>

<Choose>
Expand Down

0 comments on commit 8b52d1c

Please sign in to comment.