Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ public void CheckSpanContextAreAttachedForCpuProfiler(string appName, string fra
public void NoTraceContextAttachedIfFeatureDeactivated(string appName, string framework, string appAssembly)
{
var runner = new TestApplicationRunner(appName, framework, appAssembly, _output, enableTracer: true, commandLine: ScenarioCodeHotspot);
runner.TestDurationInSeconds = 20;
runner.Environment.SetVariable(EnvironmentVariables.CodeHotSpotsEnable, "0");

using var agent = MockDatadogAgent.CreateHttpAgent(runner.XUnitLogger);
Expand Down
Loading