We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7455bb8 commit fb67374Copy full SHA for fb67374
test/console/control_flow_commands_test.rb
@@ -455,7 +455,8 @@ def test_until_method
455
# Tests that next/finish work for a deep call stack.
456
# We use different logic for computing frame depth when the call stack is above/below 4096.
457
#
458
- if RUBY_VERSION >= '3.0.0'
+ if false # RUBY_VERSION >= '3.0.0'
459
+ # This test fails on slow machine or assertion enables Ruby, so skip it.
460
class DeepCallstackTest < ConsoleTestCase
461
def program
462
<<~RUBY
0 commit comments