Skip to content

Commit

Permalink
Merge pull request #945 from DataDog/update-ruby-test-for-client-ip-r…
Browse files Browse the repository at this point in the history
…eporting

Enable Client-IP test for ruby. The test would work on the next release.
  • Loading branch information
GustavoCaso authored Mar 8, 2023
2 parents 1c45bc1 + 04383a6 commit 961e58b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_standard_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ def test_route(self):

@rfc("https://datadoghq.atlassian.net/wiki/spaces/APS/pages/2118779066/Client+IP+addresses+resolution")
@released(dotnet="?", golang="1.46.0", java="0.114.0")
@released(nodejs="3.6.0", php_appsec="0.4.4", python="1.5.0", ruby="?")
@bug(library="ruby", reason="APPSEC-7946")
@released(nodejs="3.6.0", php_appsec="0.4.4", python="1.5.0", ruby="1.11.0")
@missing_feature(context.weblog_variant == "spring-boot-native", reason="GraalVM. Tracing support only")
@missing_feature(context.weblog_variant == "spring-boot-3-native", reason="GraalVM. Tracing support only")
@coverage.basic
Expand Down

0 comments on commit 961e58b

Please sign in to comment.