ソースを参照

Mute get-ccr-stats doctest (#48375)

This test is failing frequently, due to #47718
Alan Woodward 6 年 前
コミット
f861927e8b
1 ファイル変更1 行追加0 行削除
  1. 1 0
      docs/reference/ccr/apis/get-ccr-stats.asciidoc

+ 1 - 0
docs/reference/ccr/apis/get-ccr-stats.asciidoc

@@ -176,3 +176,4 @@ The API returns the following results:
 // TESTRESPONSE[s/"failed_write_requests" : 0/"failed_write_requests" : $body.follow_stats.indices.0.shards.0.failed_write_requests/]
 // TESTRESPONSE[s/"operations_written" : 832/"operations_written" : $body.follow_stats.indices.0.shards.0.operations_written/]
 // TESTRESPONSE[s/"time_since_last_read_millis" : 8/"time_since_last_read_millis" : $body.follow_stats.indices.0.shards.0.time_since_last_read_millis/]
+// TESTRESPONSE[skip:"AwaitsFix https://github.com/elastic/elasticsearch/issues/47718"]