diff --git a/manifests/java.yml b/manifests/java.yml index 2460a94661a..4a1e700884e 100644 --- a/manifests/java.yml +++ b/manifests/java.yml @@ -4395,6 +4395,8 @@ manifest: jersey-grizzly2: missing_feature spring-boot-3-native: missing_feature ratpack: missing_feature + vertx3: missing_feature + vertx4: missing_feature tests/test_telemetry.py::Test_MessageBatch: - weblog_declaration: "*": v1.23.0 diff --git a/tests/test_library_logs.py b/tests/test_library_logs.py index 77dde8fb53e..6ba31f62b4c 100644 --- a/tests/test_library_logs.py +++ b/tests/test_library_logs.py @@ -92,7 +92,7 @@ def test_java_telemetry_logs(self): # APPSEC-56111: allowed_patterns.append(re.escape("Failed to determine dependency for uri {}")) if context.weblog_variant in ("vertx3", "vertx4"): - # AIDM-583: + # AIDM-583: fixed in dd-trace-java#11268, remove this once that PR is merged allowed_patterns.append( re.escape( "Failed to handle exception in instrumentation for io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder"