Skip to content
Draft
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions manifests/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ tests/:
apm_tracing_e2e/:
test_otel.py:
Test_Otel_Span: missing_feature (missing /e2e_otel_span endpoint on weblog)
test_process_tags.py:
Test_Process_Tags: v4.1.0dev
test_single_span.py:
Test_SingleSpan: missing_feature (missing /e2e_otel_span endpoint on weblog)
appsec/:
Expand Down
2 changes: 1 addition & 1 deletion tests/apm_tracing_e2e/test_process_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@scenarios.tracing_config_nondefault
@features.process_tags
@missing_feature(
condition=context.library.name not in ("java", "golang"),
condition=context.library.name not in ("java", "golang", "python"),
reason="Not yet implemented",
)
class Test_Process_Tags:
Expand Down
Loading