Skip to content

Commit f7fd810

Browse files
authored
Remove AwaitsFix of fixed test (#107104) (#107113)
This `@AwaitsFixed` linked to #102813, which was marked as a duplicate of #102337, which in turn was fixed by #102724.
1 parent c3b3dd8 commit f7fd810

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/data-streams/src/test/java/org/elasticsearch/datastreams/action/GetDataStreamsResponseTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ protected Response mutateInstance(Response instance) {
6363
}
6464

6565
@SuppressWarnings("unchecked")
66-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/102813")
6766
public void testResponseIlmAndDataStreamLifecycleRepresentation() throws Exception {
6867
// we'll test a data stream with 3 backing indices and a failure store - two backing indices managed by ILM (having the ILM policy
6968
// configured for them) and the remainder without any ILM policy configured

0 commit comments

Comments
 (0)