We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c1c8e commit 553373aCopy full SHA for 553373a
test/protocol/eval_test.rb
@@ -49,6 +49,7 @@ class EvaluateOnSomeFramesTest < ProtocolTestCase
49
RUBY
50
51
def test_eval_evaluates_arithmetic_expressions
52
+ omit 'this test is fragile on older versions' if RUBY_VERSION < '3.4.0'
53
run_protocol_scenario PROGRAM do
54
req_add_breakpoint 4
55
req_continue
0 commit comments