summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/yarp/parse_test.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/yarp/parse_test.rb b/test/yarp/parse_test.rb
index b6020b82db..d0cdfe2c26 100644
--- a/test/yarp/parse_test.rb
+++ b/test/yarp/parse_test.rb
@@ -30,6 +30,10 @@ class ParseTest < Test::Unit::TestCase
seattlerb/heredoc_nested.txt
]
+ if RUBY_VERSION < "3.3.0"
+ known_failures << "seattlerb/pct_w_heredoc_interp_nested.txt"
+ end
+
def find_source_file_node(node)
if node.is_a?(YARP::SourceFileNode)
node