Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion manifests/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1585,11 +1585,19 @@ manifest:
- weblog_declaration:
"*": incomplete_test_app
express4: *ref_5_77_0
express5: v5.93.0 # TODO: a lower version might be supported
uds-express4: v5.93.0 # TODO: a lower version might be supported
tests/ffe/test_exposures.py:
- weblog_declaration:
"*": incomplete_test_app
express4: *ref_5_77_0
tests/ffe/test_exposures.py::Test_FFE_EXP_5_Missing_Targeting_Key: bug (FFL-1730)
express5: v5.93.0 # TODO: a lower version might be supported
uds-express4: v5.93.0 # TODO: a lower version might be supported
tests/ffe/test_exposures.py::Test_FFE_EXP_5_Missing_Targeting_Key:
- declaration: bug (FFL-1730)
- weblog_declaration:
express5: incomplete_test_app
uds-express4: incomplete_test_app
tests/ffe/test_flag_eval_metrics.py: missing_feature
tests/integration_frameworks/llm/anthropic/test_anthropic_apm.py::TestAnthropicApmMessages: *ref_5_71_0
tests/integration_frameworks/llm/anthropic/test_anthropic_llmobs.py::TestAnthropicLlmObsMessages: *ref_5_71_0
Expand Down
Loading