Skip to content

Commit 6583686

Browse files
committed
[TEST] Blacklist some bad yml tests
1 parent adc5c8c commit 6583686

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/Elasticsearch/Tests/YamlRunnerTest.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,16 @@ class YamlRunnerTest extends \PHPUnit\Framework\TestCase
8686

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

9091
'cat.nodes/10_basic.yml' => 'Temporary: parse error, something about $body: |',
9192
'cat.nodes/10_basic.yaml' => 'Temporary: parse error, something about $body: |',
9293
'search.aggregation/180_percentiles_tdigest_metric.yml' => 'array of objects, unclear how to fix',
93-
'search.aggregation/190_percentiles_hdr_metric.yml' => 'array of objects, unclear how to fix'
94+
'search.aggregation/190_percentiles_hdr_metric.yml' => 'array of objects, unclear how to fix',
95+
'search/190_index_prefix_search.yml' => 'bad yaml array syntax',
96+
'search.aggregation/230_composite.yml' => 'bad yaml array syntax',
97+
'search/30_limits.yml' => 'bad regex'
98+
9499
];
95100

96101
/**

0 commit comments

Comments
 (0)