Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nodejs] Enable Node.js tests for IAST Standalone Upstream propagation #3529

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
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
3 changes: 2 additions & 1 deletion manifests/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ refs:
- &ref_5_25_0 '>=5.25.0 || ^4.49.0'
- &ref_5_26_0 '>=5.26.0 || ^4.50.0'
- &ref_5_27_0 '>=5.27.0 || ^4.51.0'
- &ref_5_28_0 '>=5.28.0 || ^4.52.0'

tests/:
apm_tracing_e2e/:
Expand Down Expand Up @@ -427,7 +428,7 @@ tests/:
Test_Basic: v2.0.0
test_asm_standalone.py:
Test_AppSecStandalone_UpstreamPropagation: *ref_5_18_0
Test_IastStandalone_UpstreamPropagation: missing_feature # was supposed to be released in 5.18.0
Test_IastStandalone_UpstreamPropagation: *ref_5_28_0
Test_SCAStandalone_Telemetry:
'*': *ref_5_18_0
nextjs: missing_feature
Expand Down
Loading