소스 검색

Switch API test @AwaitsFix to broader issue

Let's close the CI issue and focus on the general issue, #90308
Fixes #89340
Stuart Tettemer 2 년 전
부모
커밋
b3d7ed530a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();