Skip to content

Commit 24775ea

Browse files
committed
run process tags test and detect when they are ready for dotnet
1 parent 5e2b093 commit 24775ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/parametric/test_process_discovery.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import msgpack
66
import re
77
from jsonschema import validate as validation_jsonschema
8-
from utils import features, scenarios, context, missing_feature
8+
from utils import features, scenarios, context, missing_feature, bug
99
from utils._context.component_version import Version
1010
from .conftest import APMLibrary
1111

@@ -131,6 +131,7 @@ def test_metadata_content_without_process_tags(self, test_library: APMLibrary, l
131131
assert_metadata_content(test_library, library_env)
132132

133133
@missing_feature(context.library == "ruby", reason="Not yet implemented")
134+
@bug(context.library == "dotnet", reason="Not yet implemented")
134135
@pytest.mark.parametrize(
135136
"library_env",
136137
[

0 commit comments

Comments
 (0)