Disable DeleteByQueryRestIT delete_by_query/10_basic/Basic delete_by_query
Because of a REST test namespace conflict introduced by 18329. Issue tracked in 18469
This commit is contained in:
parent
d2515727d0
commit
8486488627
|
@ -25,6 +25,10 @@ setup:
|
|||
|
||||
---
|
||||
"Basic delete_by_query":
|
||||
- skip:
|
||||
version: all
|
||||
reason: "Test muted because of a REST test namespace conflict, see https://github.com/elastic/elasticsearch/issues/18469"
|
||||
|
||||
- do:
|
||||
delete_by_query:
|
||||
index: test_1
|
||||
|
|
Loading…
Reference in New Issue