Skip to content

Commit a4efba3

Browse files
committed
Skip test_symbol on RubyRhinoRuntime for now as it does not work yet
* Waiting for a decision in rubyjs/therubyrhino#43
1 parent b6e75df commit a4efba3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_execjs.rb

+2
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ def test_context_call_missing_function
168168
end
169169

170170
def test_symbol
171+
skip 'https://github.com/rubyjs/therubyrhino/issues/43' if ExecJS.runtime.is_a?(ExecJS::RubyRhinoRuntime)
172+
171173
context = ExecJS.compile("function echo(test) { return test; }")
172174
assert_equal "symbol", context.call("echo", :symbol)
173175
end

0 commit comments

Comments
 (0)