diff --git a/scripts/test_filtering.py b/scripts/test_filtering.py index e1b5a12c8..a4aa838eb 100644 --- a/scripts/test_filtering.py +++ b/scripts/test_filtering.py @@ -204,6 +204,8 @@ def filter_shortint_tests(input_args): f"test(/^shortint::.*_param{multi_bit_filter}{group_filter}_message_{msg}_carry_{carry}(_compact_pk)?_ks(32)?_pbs.*/)" for msg, carry in msg_carry_pairs ] + filter_expression.append("test(/^shortint::.*meta_param_cpu_2_2/)") + filter_expression.append("test(/^shortint::.*_ci_run_filter/)") opt_in_tests = " or ".join(filter_expression)