Skip to content

Commit fbf52d9

Browse files
committed
Pend on truffleruby
1 parent 5bf1cb2 commit fbf52d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/irb/test_workspace.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def test_code_around_binding_on_irb
8282

8383

8484
def test_toplevel_binding_local_variables
85+
pend if RUBY_ENGINE == 'truffleruby'
8586
bug17623 = '[ruby-core:102468]'
8687
bundle_exec = ENV.key?('BUNDLE_GEMFILE') ? ['-rbundler/setup'] : []
8788
assert_in_out_err(bundle_exec + ['-W0', '-e', <<~RUBY , '--', '-f', '--'], 'binding.local_variables', /\[:_\]/, [], bug17623)

0 commit comments

Comments
 (0)