We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c193fe commit bec4e41Copy full SHA for bec4e41
spec/datadog/profiling/collectors/cpu_and_wall_time_worker_spec.rb
@@ -683,8 +683,8 @@
683
end
684
685
it "records allocated objects" do
686
- # TODO: Ruby 3.5 - Remove this skip after investigation.
687
- pending('Allocation profiling call not working correctly on Ruby 3.5.0-preview1') if RUBY_DESCRIPTION.include?('preview')
+ # TODO: Remove this when Ruby 3.5.0-preview1 is removed from CI
+ pending('Allocation profiling call not working correctly on Ruby 3.5.0-preview1') if RUBY_DESCRIPTION.include?('3.5.0preview1')
688
689
stub_const("CpuAndWallTimeWorkerSpec::TestStruct", Struct.new(:foo))
690
0 commit comments