From 3f214562c6cca027322aa1f4639c5eedd82cd9d7 Mon Sep 17 00:00:00 2001 From: Adam Riley Date: Fri, 14 Feb 2025 18:15:15 +0000 Subject: [PATCH] Fix test --- .../src/Common_Table_Operations/Expression_Spec.enso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Table_Tests/src/Common_Table_Operations/Expression_Spec.enso b/test/Table_Tests/src/Common_Table_Operations/Expression_Spec.enso index 8de3433c9503..2f5bcc8331a9 100644 --- a/test/Table_Tests/src/Common_Table_Operations/Expression_Spec.enso +++ b/test/Table_Tests/src/Common_Table_Operations/Expression_Spec.enso @@ -419,7 +419,7 @@ add_expression_specs suite_builder detailed setup = expression_test "cast([A], ..Char)" ["1", "2", "3", "4", "5"] expression_test "starts_WITH([C], 'HELLO', ..INSENSITIVE)" [True, False, True, False, Nothing] - specify_test "should be able to call static expression methods" group_builder expression_test-> + if setup.flagged ..Date_Time then specify_test "should be able to call static expression methods" group_builder expression_test-> expression_test "today()" Date.today suite_builder.group prefix+"Expression Errors should be handled" group_builder->