Fix indentation in some yaml tests (elastic/x-pack-elasticsearch#686)

The yaml test runner now throws error when skip or do sections are malformed, such as they don't start with the proper token (START_OBJECT). That signals bad indentation, which was previously ignored. Thanks (or due to) our pull parsing code, we were still able to properly parse the sections, yet other runners weren't able to.

Original commit: elastic/x-pack-elasticsearch@920201207c
This commit is contained in:
Luca Cavanna 2017-03-02 12:43:43 +01:00 committed by GitHub
parent 0f5bfca69a
commit 70a4a69e39
3 changed files with 44 additions and 44 deletions