From d7c54df433c73f46b177dae594a001fc92fe5232 Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Fri, 19 Sep 2025 13:42:36 -0400 Subject: [ruby/prism] Turn off failing test for parse.y https://github.com/ruby/prism/commit/cb27f5a70a --- test/prism/locals_test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/prism/locals_test.rb b/test/prism/locals_test.rb index 950e7118af..0194bc6e5e 100644 --- a/test/prism/locals_test.rb +++ b/test/prism/locals_test.rb @@ -33,7 +33,8 @@ module Prism # Leaving these out until they are supported by parse.y. "leading_logical.txt", - "endless_methods_command_call.txt" + "endless_methods_command_call.txt", + "test_command_method_call_2.txt" ] Fixture.each(except: except) do |fixture| -- cgit v1.2.3