Disable benchmark tests until nodes set to run with
-Des.node.bench=true
This commit is contained in:
parent
b4f0603169
commit
640085c45d
|
@ -1,6 +1,10 @@
|
|||
---
|
||||
"Test benchmark abort":
|
||||
|
||||
- skip:
|
||||
version: "0 - 9999"
|
||||
reason: Disabled until nodes run with node.bench set to true
|
||||
|
||||
- do:
|
||||
abort_benchmark:
|
||||
name: my_benchmark
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
---
|
||||
"Test benchmark submit":
|
||||
|
||||
- skip:
|
||||
version: "0 - 9999"
|
||||
reason: Disabled until nodes run with node.bench set to true
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_1
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
---
|
||||
"Test benchmark list":
|
||||
|
||||
- skip:
|
||||
version: "0 - 9999"
|
||||
reason: Disabled until nodes run with node.bench set to true
|
||||
|
||||
- do:
|
||||
list_benchmarks: {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue