diff --git a/spec/datadog/profiling/collectors/cpu_and_wall_time_worker_spec.rb b/spec/datadog/profiling/collectors/cpu_and_wall_time_worker_spec.rb index d8e40a92fd0..39851384a54 100644 --- a/spec/datadog/profiling/collectors/cpu_and_wall_time_worker_spec.rb +++ b/spec/datadog/profiling/collectors/cpu_and_wall_time_worker_spec.rb @@ -473,6 +473,7 @@ missed_by_profiler_time: missed_by_profiler_time, total_time: total_time, waiting_for_gvl_time: waiting_for_gvl_time, + samples: samples.map { |s| [s.values, s.labels] }, } # The background thread should spend almost all of its time waiting to run (since when it gets to run