File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 443
443
444
444
<!-- We need to build group #1 manually as it doesn't have a _GroupStartsWith item associated with it, see the comment in Common\dirs.proj -->
445
445
<MSBuild Projects =" $(MSBuildThisFileFullPath)" Targets =" BuildManagedTestGroup" Properties =" __TestGroupToBuild=1;__SkipRestorePackages=1" />
446
- <MSBuild Projects =" $(MSBuildThisFileFullPath)" Targets =" BuildManagedTestGroup" Properties =" __TestGroupToBuild=%(_GroupStartsWith.GroupNumber);__SkipRestorePackages=1" />
446
+ <!-- ActiveIssue https://github.com/dotnet/runtime/issues/114123
447
+ The groups 2..n are disabled for browser target because they get OOM kill in CI.
448
+ -->
449
+ <MSBuild Projects =" $(MSBuildThisFileFullPath)" Targets =" BuildManagedTestGroup" Properties =" __TestGroupToBuild=%(_GroupStartsWith.GroupNumber);__SkipRestorePackages=1"
450
+ Condition =" '$(TargetOS)' != 'browser' or '$(ContinuousIntegrationBuild)' != 'true'"
451
+ />
447
452
</Target >
448
453
449
454
<Target Name =" BuildManagedTestGroup"
You can’t perform that action at this time.
0 commit comments