Skip to content

Commit 924f8f8

Browse files
committed
enable process tags for python
1 parent 5fd2b8f commit 924f8f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

manifests/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ tests/:
33
apm_tracing_e2e/:
44
test_otel.py:
55
Test_Otel_Span: missing_feature (missing /e2e_otel_span endpoint on weblog)
6+
test_process_tags.py:
7+
Test_Process_Tags: v4.1.0dev
68
test_single_span.py:
79
Test_SingleSpan: missing_feature (missing /e2e_otel_span endpoint on weblog)
810
appsec/:

tests/apm_tracing_e2e/test_process_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@scenarios.tracing_config_nondefault
77
@features.process_tags
88
@missing_feature(
9-
condition=context.library.name not in ("java", "golang"),
9+
condition=context.library.name not in ("java", "golang", "python"),
1010
reason="Not yet implemented",
1111
)
1212
class Test_Process_Tags:

0 commit comments

Comments
 (0)