Skip to content

Commit

Permalink
[TEST] Blacklist some bad yml tests
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jan 7, 2019
1 parent a96bb9c commit d5edab7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/Elasticsearch/Tests/YamlRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,16 @@ class YamlRunnerTest extends \PHPUnit\Framework\TestCase

'search/110_field_collapsing.yml' => 'Temporary: parse error, malformed inline yaml',
'search/110_field_collapsing.yaml' => 'Temporary: parse error, malformed inline yaml',
'range/10_basic.yml' => 'Temporary: parse error, malformed inline yaml',

'cat.nodes/10_basic.yml' => 'Temporary: parse error, something about $body: |',
'cat.nodes/10_basic.yaml' => 'Temporary: parse error, something about $body: |',
'search.aggregation/180_percentiles_tdigest_metric.yml' => 'array of objects, unclear how to fix',
'search.aggregation/190_percentiles_hdr_metric.yml' => 'array of objects, unclear how to fix'
'search.aggregation/190_percentiles_hdr_metric.yml' => 'array of objects, unclear how to fix',
'search/190_index_prefix_search.yml' => 'bad yaml array syntax',
'search.aggregation/230_composite.yml' => 'bad yaml array syntax',
'search/30_limits.yml' => 'bad regex'

];

/**
Expand Down

0 comments on commit d5edab7

Please sign in to comment.