Rename test from `.yaml` to `yml`

We cut over to run tests only for `.yml` files in  elastic/elasticsearch#24659
The corresponding x-pack change was missing, this commit fixes it.

relates elastic/x-pack-elasticsearch#1457

Original commit: elastic/x-pack-elasticsearch@4c1d82c209
This commit is contained in:
Simon Willnauer 2017-05-17 15:39:00 +02:00
parent bbf397181e
commit 4f94624277
36 changed files with 0 additions and 12 deletions

View File

@ -148,7 +148,6 @@ setup:
- match: { hits.hits.0._source.filter_field: 1 }
- match: { hits.hits.0._index: "test_index" }
# search the index via a alias permission
- do:
headers: { Authorization: "Basic am9lOnMza3JpdA==" }
search:

View File

@ -1,5 +1,3 @@
# Integration tests for smoke testing plugins
#
"Plugins are actually installed":
- do:
cluster.state: {}

View File

@ -1,5 +1,3 @@
# Integration tests for smoke testing plugins
#
"Plugins are actually installed":
- do:
cluster.state: {}

View File

@ -1,5 +1,3 @@
# When a script is specified in a watch, updates should be taken into account
# See https://github.com/elastic/x-plugins/issues/4237
---
"Test transform scripts are updated on execution":
- skip:

View File

@ -1,6 +1,3 @@
# This test has been moved out of the regular tests as it requires Elasticsearch to run on port 9400
# That is a no-go for the clients testing, who could start Elasticsearch on arbitrary ports
#
---
setup:
- do: