Skip to content

Commit 4ac07f7

Browse files
authored
Adjust gc stress compatibility settings for two tests (dotnet#22633)
* enable eventsourcetrace for gc stress. Closes #17188. * disable GitHub_12224 for gc stress (relies on timeout). Closes #19086.
1 parent 7d9c1ef commit 4ac07f7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/src/Regressions/coreclr/GitHub_12224/Test12224.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1313
<CLRTestKind>BuildAndRun</CLRTestKind>
1414
<CLRTestPriority>1</CLRTestPriority>
15+
<GCStressIncompatible>true</GCStressIncompatible>
1516
</PropertyGroup>
1617
<!-- Default configurations to help VS understand the configurations -->
1718
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

tests/src/tracing/eventsource/eventsourcetrace/eventsourcetrace.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<DefineConstants>$(DefineConstants);STATIC</DefineConstants>
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1616
<CLRTestPriority>0</CLRTestPriority>
17-
<GCStressIncompatible>true</GCStressIncompatible>
1817
</PropertyGroup>
1918
<!-- Default configurations to help VS understand the configurations -->
2019
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"></PropertyGroup>

0 commit comments

Comments
 (0)