Disable benchmark tests until nodes set to run with

-Des.node.bench=true
This commit is contained in:
Clinton Gormley 2014-04-22 21:16:35 +02:00
parent b4f0603169
commit 640085c45d
3 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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: {}