Skip to content

Commit

Permalink
Remove wait_for_events from setup
Browse files Browse the repository at this point in the history
This doesn't guarantee the templates are set up,
it only increases the chances; and we disable the
plugin at the start of the test anyway.
  • Loading branch information
axw committed Nov 5, 2024
1 parent 0cff8db commit 17a0bdc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
setup:
- do:
cluster.health:
wait_for_events: languid
- do:
indices.put_index_template:
name: traces-low-prio
Expand Down

0 comments on commit 17a0bdc

Please sign in to comment.