Skip to content

Commit

Permalink
Change bug url to a dedicated GH issue
Browse files Browse the repository at this point in the history
  • Loading branch information
przemekwitek committed May 28, 2024
1 parent 96e2613 commit 9c87628
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ public void testContinuousTransformRethrottle() throws Exception {
deleteTransform(config.getId());
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/108561")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/109101")
public void testStartTransform_GivenTimeout_Returns408() throws Exception {
String indexName = "start-transform-timeout-index";
String transformId = "start-transform-timeout";
Expand Down

0 comments on commit 9c87628

Please sign in to comment.