diff --git a/tests/parametric/test_process_discovery.py b/tests/parametric/test_process_discovery.py index cc53ed8429c..638e9d76e17 100644 --- a/tests/parametric/test_process_discovery.py +++ b/tests/parametric/test_process_discovery.py @@ -5,7 +5,7 @@ import msgpack import re from jsonschema import validate as validation_jsonschema -from utils import features, scenarios, context, missing_feature +from utils import features, scenarios, context, missing_feature, bug from utils._context.component_version import Version from .conftest import APMLibrary @@ -131,6 +131,7 @@ def test_metadata_content_without_process_tags(self, test_library: APMLibrary, l assert_metadata_content(test_library, library_env) @missing_feature(context.library == "ruby", reason="Not yet implemented") + @bug(context.library == "cpp", reason="APMAPI-1744") @pytest.mark.parametrize( "library_env", [