Skip to content

Commit 7d56748

Browse files
committed
[CI] Test Runner: Adds more tasks to skippable tasks
- 'create persistent task' - 'finish persistent task (success)'
1 parent 59baea8 commit 7d56748

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

elasticsearch-api/api-spec-testing/wipe_cluster.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ def wait_for_cluster_tasks(client)
286286

287287
def skippable_task?(task)
288288
names = ['health-node', 'cluster:monitor/tasks/lists', 'create-index-template-v2',
289-
'remove-component-template']
289+
'remove-component-template', 'create persistent task',
290+
'finish persistent task']
290291
if task.is_a?(String)
291292
names.select { |n| task.match? n }.any?
292293
elsif task.is_a?(Hash)

0 commit comments

Comments
 (0)