We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3806145 commit b117debCopy full SHA for b117deb
test/multiverse/suites/agent_only/thread_profiling_test.rb
@@ -57,6 +57,8 @@ def after_teardown
57
# go only let a few cycles through, so we check less than 10
58
59
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
+
62
run_transaction_in_thread(:controller)
63
run_transaction_in_thread(:task)
64
0 commit comments