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": "Test benchmark abort":
- skip:
version: "0 - 9999"
reason: Disabled until nodes run with node.bench set to true
- do: - do:
abort_benchmark: abort_benchmark:
name: my_benchmark name: my_benchmark

View File

@ -1,6 +1,10 @@
--- ---
"Test benchmark submit": "Test benchmark submit":
- skip:
version: "0 - 9999"
reason: Disabled until nodes run with node.bench set to true
- do: - do:
indices.create: indices.create:
index: test_1 index: test_1

View File

@ -1,6 +1,10 @@
--- ---
"Test benchmark list": "Test benchmark list":
- skip:
version: "0 - 9999"
reason: Disabled until nodes run with node.bench set to true
- do: - do:
list_benchmarks: {} list_benchmarks: {}