Skip to content

Commit

Permalink
Merge pull request #2948 from newrelic/run-run-run
Browse files Browse the repository at this point in the history
Skip test_thread_profiling_can_stop on Ruby 3.0+
  • Loading branch information
kaylareopelle authored Nov 14, 2024
2 parents 708d642 + 87e6ee8 commit 59dd6d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/multiverse/suites/agent_only/thread_profiling_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ def test_thread_profiling
end

def test_thread_profiling_can_stop
skip 'Fails on Ruby 3.0+, see Issue #2947' if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.0')

issue_command(START_COMMAND)
issue_command(STOP_COMMAND)

Expand Down

0 comments on commit 59dd6d1

Please sign in to comment.