We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b3dd8 commit f7fd810Copy full SHA for f7fd810
modules/data-streams/src/test/java/org/elasticsearch/datastreams/action/GetDataStreamsResponseTests.java
@@ -63,7 +63,6 @@ protected Response mutateInstance(Response instance) {
63
}
64
65
@SuppressWarnings("unchecked")
66
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/102813")
67
public void testResponseIlmAndDataStreamLifecycleRepresentation() throws Exception {
68
// we'll test a data stream with 3 backing indices and a failure store - two backing indices managed by ILM (having the ILM policy
69
// configured for them) and the remainder without any ILM policy configured
0 commit comments