Browse Source

Merge pull request ESQL-1254 from elastic/main

🤖 ESQL: Merge upstream
elasticsearchmachine 2 years ago
parent
commit
66718a90cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      qa/apm/src/test/java/org/elasticsearch/tracing/apm/ApmIT.java

+ 1 - 1
qa/apm/src/test/java/org/elasticsearch/tracing/apm/ApmIT.java

@@ -46,7 +46,7 @@ public class ApmIT extends ESRestTestCase {
      * </ul>
      * <p>This proves that the hierarchy of spans is being correctly captured.
      */
-    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/89340")
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/90308")
     public void testCapturesTracesForHttpTraffic() throws Exception {
         checkTracesDataStream();