Skip to content

Commit 8b52d1c

Browse files
authored
Skip PW E2E migration project for now (race cond) (#32817)
1 parent 2e20bab commit 8b52d1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
$(RepoRoot)src\Components\WebView\Samples\BlazorWinFormsApp\**\*.csproj;
5252
$(RepoRoot)src\Components\WebView\Samples\BlazorWpfApp\**\*.csproj;
5353
" />
54+
55+
<!-- Skipping due to build race conditions for now -->
56+
<ProjectToExclude Include="
57+
$(RepoRoot)src/Components/test/E2ETestMigration/Microsoft.AspNetCore.Components.Migration.E2ETests.csproj" />
5458
</ItemGroup>
5559

5660
<Choose>

0 commit comments

Comments
 (0)