Skip to content

Commit b117deb

Browse files
committed
Skip test_thread_profiling on 3.0+
1 parent 3806145 commit b117deb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/multiverse/suites/agent_only/thread_profiling_test.rb

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ def after_teardown
5757
# go only let a few cycles through, so we check less than 10
5858

5959
def test_thread_profiling
60+
skip 'Fails on Ruby 3.0+, see Issue #2947' if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.0')
61+
6062
run_transaction_in_thread(:controller)
6163
run_transaction_in_thread(:task)
6264

0 commit comments

Comments
 (0)