Browse Source

AwaitsFix for #103439

David Turner 1 year ago
parent
commit
36cc7ff0c1

+ 1 - 0
x-pack/plugin/ilm/qa/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/ilm/actions/DownsampleActionIT.java

@@ -302,6 +302,7 @@ public class DownsampleActionIT extends ESRestTestCase {
         });
         });
     }
     }
 
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/103439")
     public void testTsdbDataStreams() throws Exception {
     public void testTsdbDataStreams() throws Exception {
         // Create the ILM policy
         // Create the ILM policy
         DateHistogramInterval fixedInterval = ConfigTestHelpers.randomInterval();
         DateHistogramInterval fixedInterval = ConfigTestHelpers.randomInterval();