Skip to content

Commit

Permalink
Fix profiling specs breaking on JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoanjo committed May 1, 2024
1 parent 4e92554 commit 17ec5fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require 'datadog/profiling/spec_helper'

require 'datadog/profiling/collectors/cpu_and_wall_time_worker'

RSpec.describe Datadog::Profiling::Collectors::CpuAndWallTimeWorker do
before { skip_if_profiling_not_supported(self) }

Expand Down
2 changes: 2 additions & 0 deletions spec/datadog/profiling/scheduler_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require 'datadog/profiling/spec_helper'

require 'datadog/profiling/scheduler'

RSpec.describe Datadog::Profiling::Scheduler do
before { skip_if_profiling_not_supported(self) }

Expand Down

0 comments on commit 17ec5fb

Please sign in to comment.