diff --git a/test/integration/expression_test.rb b/test/integration/expression_test.rb index 190a6bec9..bb2c02e0b 100644 --- a/test/integration/expression_test.rb +++ b/test/integration/expression_test.rb @@ -57,6 +57,7 @@ def test_quirky_negative_sign_expression_markup def test_expression_cache skip("Liquid-C does not support Expression caching") if defined?(Liquid::C) && Liquid::C.enabled + skip("Expression Caching is only available with Expression2") if Liquid::Expression != Liquid::Expression2 cache = LruRedux::Cache.new(10) template = <<~LIQUID @@ -78,6 +79,7 @@ def test_expression_cache def test_disable_expression_cache skip("Liquid-C does not support Expression caching") if defined?(Liquid::C) && Liquid::C.enabled + skip("Expression Caching is only available with Expression2") if Liquid::Expression != Liquid::Expression2 template = <<~LIQUID {% assign x = 1 %}