Skip to content

Commit 4ef07c2

Browse files
Disable eventsourceerror for GCStress due to test failure (dotnet#38516)
Tracked by dotnet#35884
1 parent 8b92fcd commit 4ef07c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/coreclr/tests/src/tracing/eventpipe/eventsourceerror/eventsourceerror.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<OutputType>exe</OutputType>
55
<CLRTestKind>BuildAndRun</CLRTestKind>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7+
<!-- Disable for GCStress due to test failure: https://github.com/dotnet/runtime/issues/35884 -->
8+
<GCStressIncompatible>true</GCStressIncompatible>
79
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
810
<CLRTestPriority>0</CLRTestPriority>
911
</PropertyGroup>

0 commit comments

Comments
 (0)