Skip to content

Commit fb67374

Browse files
committed
skip DeepCallstackTest
Slow machine or debug enabled Ruby binary can't run correctly, so skip it.
1 parent 7455bb8 commit fb67374

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/console/control_flow_commands_test.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,8 @@ def test_until_method
455455
# Tests that next/finish work for a deep call stack.
456456
# We use different logic for computing frame depth when the call stack is above/below 4096.
457457
#
458-
if RUBY_VERSION >= '3.0.0'
458+
if false # RUBY_VERSION >= '3.0.0'
459+
# This test fails on slow machine or assertion enables Ruby, so skip it.
459460
class DeepCallstackTest < ConsoleTestCase
460461
def program
461462
<<~RUBY

0 commit comments

Comments
 (0)