diff options
author | Egor Chesakov <Egor.Chesakov@microsoft.com> | 2018-07-16 09:41:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-16 09:41:25 -0700 |
commit | d9641a0f78aaa6bf68156888ce95755f16c07dbf (patch) | |
tree | fc1124fa7dabd31b2fc16e874280f2caa10e15f7 /tests/src | |
parent | ce0a2617d40bc217b8e0a2137e340afe585afcb1 (diff) | |
download | coreclr-d9641a0f78aaa6bf68156888ce95755f16c07dbf.tar.gz coreclr-d9641a0f78aaa6bf68156888ce95755f16c07dbf.tar.bz2 coreclr-d9641a0f78aaa6bf68156888ce95755f16c07dbf.zip |
Mark RuntimeEventSourceTest as GCStressIncompatible (#18911)
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/tracing/runtimeeventsource/runtimeeventsource.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/tracing/runtimeeventsource/runtimeeventsource.csproj b/tests/src/tracing/runtimeeventsource/runtimeeventsource.csproj index e8ab52bc9c..08da1e84e0 100644 --- a/tests/src/tracing/runtimeeventsource/runtimeeventsource.csproj +++ b/tests/src/tracing/runtimeeventsource/runtimeeventsource.csproj @@ -13,6 +13,7 @@ <DefineConstants>$(DefineConstants);STATIC</DefineConstants> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>0</CLRTestPriority> + <GCStressIncompatible>true</GCStressIncompatible> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |