@@ -224,6 +224,10 @@ def get_sampled_trace(test_library, test_agent, service, name, tags=None):
224224 Capabilities .APM_TRACING_ENABLED ,
225225 Capabilities .APM_TRACING_SAMPLE_RULES ,
226226 Capabilities .ASM_AUTO_USER_INSTRUM_MODE ,
227+ Capabilities .APM_TRACING_ENABLE_DYNAMIC_INSTRUMENTATION ,
228+ Capabilities .APM_TRACING_ENABLE_EXCEPTION_REPLAY ,
229+ Capabilities .APM_TRACING_ENABLE_CODE_ORIGIN ,
230+ Capabilities .APM_TRACING_ENABLE_LIVE_DEBUGGING ,
227231 },
228232 "cpp" : {
229233 Capabilities .APM_TRACING_SAMPLE_RATE ,
@@ -249,6 +253,7 @@ def get_sampled_trace(test_library, test_agent, service, name, tags=None):
249253class TestDynamicConfigTracingEnabled :
250254 @parametrize ("library_env" , [{** DEFAULT_ENVVARS }])
251255 @bug (context .library == "java" , reason = "APMAPI-1225" )
256+ @missing_feature (context .library < "[email protected] " , reason = "Added new capabilities" , force_skip = True ) 252257 def test_default_capability_completeness (self , library_env , test_agent , test_library ):
253258 """Ensure the RC request contains the expected default capabilities per language, no more and no less."""
254259 if context .library is not None and context .library .name is not None :
0 commit comments