mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 02:13:33 -04:00
14 lines
206 B
YAML
14 lines
206 B
YAML
---
|
|
"Test pending tasks":
|
|
- do:
|
|
cluster.pending_tasks: {}
|
|
|
|
- is_true: tasks
|
|
---
|
|
"Test pending tasks with local flag":
|
|
- do:
|
|
cluster.pending_tasks:
|
|
local: true
|
|
|
|
- is_true: tasks
|
|
|