ソースを参照

[TEST] Mute HistoryTemplateTimeMappingsTests.testTimeFields (#65090)

Relates #65089
Valeriy Khakhutskyy 5 年 前
コミット
750247ce69

+ 1 - 0
x-pack/plugin/watcher/src/internalClusterTest/java/org/elasticsearch/xpack/watcher/history/HistoryTemplateTimeMappingsTests.java

@@ -32,6 +32,7 @@ import static org.hamcrest.Matchers.notNullValue;
  */
 public class HistoryTemplateTimeMappingsTests extends AbstractWatcherIntegrationTestCase {
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/65089")
     public void testTimeFields() throws Exception {
         PutWatchResponse putWatchResponse = new PutWatchRequestBuilder(client(), "_id").setSource(watchBuilder()
                 .trigger(schedule(interval("5s")))