Skip to content

Commit d9641a0

Browse files
authored
Mark RuntimeEventSourceTest as GCStressIncompatible (dotnet#18911)
1 parent ce0a261 commit d9641a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/tracing/runtimeeventsource/runtimeeventsource.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<DefineConstants>$(DefineConstants);STATIC</DefineConstants>
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515
<CLRTestPriority>0</CLRTestPriority>
16+
<GCStressIncompatible>true</GCStressIncompatible>
1617
</PropertyGroup>
1718
<!-- Default configurations to help VS understand the configurations -->
1819
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">

0 commit comments

Comments
 (0)