From 9f4d7e78b880f2e72d01cbe610ea5b99d7dd6db8 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Wed, 25 Mar 2026 17:12:47 +0100 Subject: [PATCH] Skip slow test raising many exceptions on non-CRuby --- test/integration/standard_filter_test.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/standard_filter_test.rb b/test/integration/standard_filter_test.rb index fc9873e7b..94097ae1f 100644 --- a/test/integration/standard_filter_test.rb +++ b/test/integration/standard_filter_test.rb @@ -1181,6 +1181,8 @@ def test_where_array_of_only_unindexable_values end def test_all_filters_never_raise_non_liquid_exception + skip("too slow on non-CRuby due to many exceptions") unless RUBY_ENGINE == 'ruby' + test_drop = TestDrop.new(value: "test") test_drop.context = Context.new test_enum = TestEnumerable.new