skip clause for get_source tests

This commit is contained in:
Honza Kral 2013-07-11 13:50:59 +02:00
parent 67fd978494
commit 77e427e707
5 changed files with 15 additions and 1 deletions

View File

@ -1,6 +1,9 @@
--- ---
"Basic": "Basic":
- skip:
version: "0 - 0.90.0"
reason: "Get source not supported in pre 0.90.1 versions."
- do: - do:
catch: missing catch: missing
get_source: get_source:

View File

@ -1,6 +1,8 @@
--- ---
"Parent": "Parent":
- skip:
version: "0 - 0.90.0"
reason: "Get source not supported in pre 0.90.1 versions."
- do: - do:
indices.create: indices.create:
index: test_1 index: test_1

View File

@ -1,6 +1,9 @@
--- ---
"Routing": "Routing":
- skip:
version: "0 - 0.90.0"
reason: "Get source not supported in pre 0.90.1 versions."
- do: - do:
index: index:
index: test_1 index: test_1

View File

@ -1,6 +1,9 @@
--- ---
"Parent with routing": "Parent with routing":
- skip:
version: "0 - 0.90.0"
reason: "Get source not supported in pre 0.90.1 versions."
- do: - do:
indices.create: indices.create:
index: test_1 index: test_1

View File

@ -1,6 +1,9 @@
--- ---
"Realtime": "Realtime":
- skip:
version: "0 - 0.90.0"
reason: "Get source not supported in pre 0.90.1 versions."
- do: - do:
index: index:
index: test_1 index: test_1