Skip to content

Commit f18d5d0

Browse files
committed
fix(java): mark eval metrics tests as missing_feature until release
The snapshot version string v1.62.0-SNAPSHOT+42f154d2 caused all 17 tests to hard-fail in CI because the system-tests prod/dev scenarios run against the released tracer, which doesn't have the feature yet. Switch to missing_feature (FFL-1972) so tests xfail properly. The per-test bug entries remain to document specific known issues and make the activation path clear once the feature ships.
1 parent 0240b32 commit f18d5d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3125,7 +3125,7 @@ manifest:
31253125
"*": irrelevant
31263126
spring-boot: v1.56.0
31273127
tests/ffe/test_exposures.py::Test_FFE_EXP_5_Missing_Targeting_Key: bug (FFL-1729)
3128-
tests/ffe/test_flag_eval_metrics.py: v1.62.0-SNAPSHOT+42f154d2
3128+
tests/ffe/test_flag_eval_metrics.py: missing_feature (FFL-1972)
31293129
tests/ffe/test_flag_eval_metrics.py::Test_FFE_Eval_Config_Exists_Flag_Missing::test_ffe_eval_config_exists_flag_missing: bug (FFL-1972)
31303130
tests/ffe/test_flag_eval_metrics.py::Test_FFE_Eval_Lowercase_Consistency::test_ffe_lowercase_error_type: bug (FFL-1972)
31313131
tests/ffe/test_flag_eval_metrics.py::Test_FFE_Eval_Lowercase_Consistency::test_ffe_lowercase_reason: bug (FFL-1972)

0 commit comments

Comments
 (0)