Skip to content

Commit b3d7ed5

Browse files
authored
Switch API test @AwaitsFix to broader issue
Let's close the CI issue and focus on the general issue, #90308 Fixes #89340
1 parent f032fae commit b3d7ed5

File tree

1 file changed

+1
-1
lines changed
  • qa/apm/src/test/java/org/elasticsearch/tracing/apm

1 file changed

+1
-1
lines changed

qa/apm/src/test/java/org/elasticsearch/tracing/apm/ApmIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class ApmIT extends ESRestTestCase {
4646
* </ul>
4747
* <p>This proves that the hierarchy of spans is being correctly captured.
4848
*/
49-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/89340")
49+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/90308")
5050
public void testCapturesTracesForHttpTraffic() throws Exception {
5151
checkTracesDataStream();
5252

0 commit comments

Comments
 (0)