Skip to content

Commit 553373a

Browse files
committed
omit on older version
because it is fragile.
1 parent c1c1c8e commit 553373a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/protocol/eval_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class EvaluateOnSomeFramesTest < ProtocolTestCase
4949
RUBY
5050

5151
def test_eval_evaluates_arithmetic_expressions
52+
omit 'this test is fragile on older versions' if RUBY_VERSION < '3.4.0'
5253
run_protocol_scenario PROGRAM do
5354
req_add_breakpoint 4
5455
req_continue

0 commit comments

Comments
 (0)