From b117debde295399d8f8859b70bf92eadca5093c5 Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Mon, 18 Nov 2024 16:40:24 -0800 Subject: [PATCH] Skip test_thread_profiling on 3.0+ --- test/multiverse/suites/agent_only/thread_profiling_test.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/multiverse/suites/agent_only/thread_profiling_test.rb b/test/multiverse/suites/agent_only/thread_profiling_test.rb index ccf884e879..f0d2fa0527 100644 --- a/test/multiverse/suites/agent_only/thread_profiling_test.rb +++ b/test/multiverse/suites/agent_only/thread_profiling_test.rb @@ -57,6 +57,8 @@ def after_teardown # go only let a few cycles through, so we check less than 10 def test_thread_profiling + skip 'Fails on Ruby 3.0+, see Issue #2947' if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.0') + run_transaction_in_thread(:controller) run_transaction_in_thread(:task)