From 4037cd5fa2aae5ac45b5de683c915574a392f978 Mon Sep 17 00:00:00 2001 From: Gregory LEOCADIE Date: Wed, 30 Nov 2022 12:00:38 +0100 Subject: [PATCH] Revert "[Profiler] Disable tiered compilation in integration tests (#3519)" This reverts commit 315a682c7cbe410cc14d13a63b33c00aaa8785b1. --- .../Helpers/EnvironmentHelper.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/profiler/test/Datadog.Profiler.IntegrationTests/Helpers/EnvironmentHelper.cs b/profiler/test/Datadog.Profiler.IntegrationTests/Helpers/EnvironmentHelper.cs index 692f606fa7e1..3ff3ce9fc16a 100644 --- a/profiler/test/Datadog.Profiler.IntegrationTests/Helpers/EnvironmentHelper.cs +++ b/profiler/test/Datadog.Profiler.IntegrationTests/Helpers/EnvironmentHelper.cs @@ -139,9 +139,6 @@ internal void PopulateEnvironmentVariables(StringDictionary environmentVariables { var profilerPath = GetNativeLoaderPath(); - // Temporarily disable tiered compilation - environmentVariables["COMPlus_TieredCompilation"] = "0"; - environmentVariables["DD_NATIVELOADER_CONFIGFILE"] = GenerateLoaderConfigFile(); if (!File.Exists(profilerPath))