diff --git a/manifests/ruby.yml b/manifests/ruby.yml index 685a35aee4b..db2ccaf362b 100644 --- a/manifests/ruby.yml +++ b/manifests/ruby.yml @@ -2,6 +2,7 @@ --- manifest: tests/apm_tracing_e2e/test_otel.py::Test_Otel_Span: missing_feature (missing /e2e_otel_span endpoint on weblog) + tests/apm_tracing_e2e/test_process_tags.py::Test_Process_Tags: v2.24.0 tests/apm_tracing_e2e/test_single_span.py::Test_SingleSpan: missing_feature (missing /e2e_otel_span endpoint on weblog) tests/appsec/api_security/test_api_security_rc.py::Test_API_Security_RC_ASM_DD_processors: v2.18.0 tests/appsec/api_security/test_api_security_rc.py::Test_API_Security_RC_ASM_DD_scanners: v2.18.0 diff --git a/tests/apm_tracing_e2e/test_process_tags.py b/tests/apm_tracing_e2e/test_process_tags.py index 91436229a70..b17b04a2480 100644 --- a/tests/apm_tracing_e2e/test_process_tags.py +++ b/tests/apm_tracing_e2e/test_process_tags.py @@ -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", "ruby"), reason="Not yet implemented", ) class Test_Process_Tags: