Skip to content

Commit 22ea5eb

Browse files
committed
skip test new capabilities until next .net tracer version
1 parent 3508066 commit 22ea5eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/parametric/test_dynamic_configuration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ def get_sampled_trace(test_library, test_agent, service, name, tags=None):
253253
class TestDynamicConfigTracingEnabled:
254254
@parametrize("library_env", [{**DEFAULT_ENVVARS}])
255255
@bug(context.library == "java", reason="APMAPI-1225")
256+
@missing_feature(context.library < "[email protected]", reason="Added new capabilities", force_skip=True)
256257
def test_default_capability_completeness(self, library_env, test_agent, test_library):
257258
"""Ensure the RC request contains the expected default capabilities per language, no more and no less."""
258259
if context.library is not None and context.library.name is not None:

0 commit comments

Comments
 (0)