Skip to content

Commit

Permalink
AwaitsFix elastic#105577
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Mar 8, 2024
1 parent 80da0a7 commit 009eb5f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ protected Settings nodeSettings(int nodeOrdinal, Settings otherSettings) {
return settings.build();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/105577")
@TestLogging(value = "org.elasticsearch.datastreams.lifecycle:TRACE", reason = "debugging")
public void testDataStreamLifecycleDownsampleRollingRestart() throws Exception {
final InternalTestCluster cluster = internalCluster();
Expand Down

0 comments on commit 009eb5f

Please sign in to comment.