test: removed checking for percolator actions
This api now just redirects to search api. All the special percolator logic has been replaced by a query that uses the Lucene index. (no caching of queries upon loading shards) So verifying these deprecated actions is no longer needed Original commit: elastic/x-pack-elasticsearch@da6d66fcb4
This commit is contained in:
parent
0fd936610a
commit
8e25536a0b
|
@ -59,10 +59,8 @@ indices:data/read/field_stats
|
|||
indices:data/read/get
|
||||
indices:data/read/xpack/graph/explore
|
||||
indices:data/read/mget
|
||||
indices:data/read/mpercolate
|
||||
indices:data/read/msearch
|
||||
indices:data/read/mtv
|
||||
indices:data/read/percolate
|
||||
cluster:admin/script/get
|
||||
indices:data/read/scroll
|
||||
indices:data/read/scroll/clear
|
||||
|
|
Loading…
Reference in New Issue