Mark eventsourceerror test as unloadability incompatible
authorJan Vorlicek <janvorli@microsoft.com>
Mon, 4 May 2020 15:14:06 +0000 (17:14 +0200)
committerJan Vorlicek <janvorli@microsoft.com>
Mon, 4 May 2020 15:14:06 +0000 (17:14 +0200)
This test was recently added and it has the same problem with
unloadability as the other tests marked as incompatible with
unloadability in https://github.com/dotnet/coreclr/pull/25954.

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

index 3ed085b..a1915b1 100644 (file)
@@ -4,6 +4,7 @@
     <OutputType>exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+    <UnloadabilityIncompatible>true</UnloadabilityIncompatible>
     <CLRTestPriority>0</CLRTestPriority>
   </PropertyGroup>
   <ItemGroup>