Skip to content

Commit

Permalink
Fix flaky test in {yaml=ingest/70_bulk} (opensearch-project#15172)
Browse files Browse the repository at this point in the history
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
  • Loading branch information
gaobinlong authored and wangdongyu.danny committed Aug 22, 2024
1 parent d59af24 commit 1e0ffa9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,10 @@ teardown:
- skip:
version: " - 2.15.99"
reason: "fixed in 2.16.0"
features: allowed_warnings
- do:
allowed_warnings:
- "index template [test_for_bulk_upsert_index_template] has index patterns [test_bulk_upsert_*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [test_for_bulk_upsert_index_template] will take precedence during new index creation"
indices.put_index_template:
name: test_for_bulk_upsert_index_template
body:
Expand Down

0 comments on commit 1e0ffa9

Please sign in to comment.