summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2025-09-19 13:42:36 -0400
committergit <svn-admin@ruby-lang.org>2025-09-19 17:42:40 +0000
commitd7c54df433c73f46b177dae594a001fc92fe5232 (patch)
tree3f56ffe680748df064bb592652f85ebecdbb4e5f
parent71067aa54c9fd819313dd2d35cb5b32803a65ad4 (diff)
[ruby/prism] Turn off failing test for parse.y
https://github.com/ruby/prism/commit/cb27f5a70a
-rw-r--r--test/prism/locals_test.rb3
1 files changed, 2 insertions, 1 deletions
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|