Skip to content

Commit

Permalink
[golang] Disable test_query_string_obfuscation_empty_client test (#3634)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoffl01 authored Dec 5, 2024
1 parent 83a04c3 commit 0a29dbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_config_consistency.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def setup_query_string_obfuscation_empty_client(self):

@bug(context.library == "java", reason="APMAPI-770")
@missing_feature(context.library == "nodejs", reason="Node only obfuscates queries on the server side")
@missing_feature(context.library == "golang", reason="Go only obfuscates queries on the server side")
def test_query_string_obfuscation_empty_client(self):
spans = [s for _, _, s in interfaces.library.get_spans(request=self.r, full_trace=True)]
client_span = _get_span_by_tags(spans, tags={"http.url": "http://weblog:7777/?key=monkey"})
Expand Down

0 comments on commit 0a29dbb

Please sign in to comment.